Some elisp tweaks, and more
This commit is contained in:
parent
6ede6f3448
commit
86448219a0
4 changed files with 19 additions and 17 deletions
|
|
@ -178,7 +178,7 @@
|
|||
(height . ,jd-frame-height)))
|
||||
|
||||
;; This is just here for playing with things.
|
||||
;;(set-frame-font my-font-choice)
|
||||
;; (set-frame-font my-font-choice)
|
||||
|
||||
;; COLORZ!
|
||||
;;
|
||||
|
|
@ -586,10 +586,12 @@
|
|||
(add-to-list 'auto-mode-alist '("\\.ts\\'" . typescript-mode))
|
||||
|
||||
(require 'tss)
|
||||
(setq tss-popup-help-key "C-:")
|
||||
(setq tss-jump-to-definition-key "C->")
|
||||
(tss-config-default)
|
||||
(defun my-typescript-hook ()
|
||||
)
|
||||
(setq tss-popup-help-key "C-:")
|
||||
(setq tss-jump-to-definition-key "C->")
|
||||
(tss-config-default)
|
||||
|
||||
(add-hook 'typescript-mode-hook 'my-typescript-hook)
|
||||
;; =================================================================
|
||||
;; Archive mode for appx
|
||||
;; =================================================================
|
||||
(add-to-list 'auto-mode-alist '("\\.appx\\'" . archive-mode))
|
||||
(add-to-list 'auto-coding-alist '("\\.appx\\'" . no-conversion))
|
||||
|
|
|
|||
|
|
@ -22,8 +22,9 @@
|
|||
'(indent-tabs-mode nil)
|
||||
'(inhibit-startup-screen t)
|
||||
'(ispell-program-name "aspell")
|
||||
'(js2-basic-offset 2)
|
||||
'(js2-basic-offset 4)
|
||||
'(js2-bounce-indent-p t)
|
||||
'(js2-strict-trailing-comma-warning nil)
|
||||
'(make-backup-files nil)
|
||||
'(mouse-buffer-menu-mode-mult 0)
|
||||
'(org-hide-leading-stars t)
|
||||
|
|
@ -40,6 +41,13 @@
|
|||
'(tags-revert-without-query t)
|
||||
'(transient-mark-mode t)
|
||||
'(truncate-lines t)
|
||||
'(use-dialog-box nil)
|
||||
'(which-func-mode-global t nil (which-func))
|
||||
'(widget-editable-list-gui t)
|
||||
'(x-stretch-cursor nil))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
)
|
||||
|
|
|
|||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
.history
|
||||
.aptitude/
|
||||
.bash_history
|
||||
.bash_logout
|
||||
|
|
|
|||
9
.history
9
.history
|
|
@ -1,9 +0,0 @@
|
|||
set
|
||||
set GOPATH
|
||||
set GoPath=
|
||||
set GOPATH
|
||||
set GoPath=
|
||||
exit
|
||||
set
|
||||
set go
|
||||
exit
|
||||
Loading…
Add table
Add a link
Reference in a new issue