Some elisp tweaks, and more
This commit is contained in:
parent
6ede6f3448
commit
86448219a0
4 changed files with 19 additions and 17 deletions
|
|
@ -589,7 +589,9 @@
|
||||||
(setq tss-popup-help-key "C-:")
|
(setq tss-popup-help-key "C-:")
|
||||||
(setq tss-jump-to-definition-key "C->")
|
(setq tss-jump-to-definition-key "C->")
|
||||||
(tss-config-default)
|
(tss-config-default)
|
||||||
(defun my-typescript-hook ()
|
|
||||||
)
|
|
||||||
|
|
||||||
(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)
|
'(indent-tabs-mode nil)
|
||||||
'(inhibit-startup-screen t)
|
'(inhibit-startup-screen t)
|
||||||
'(ispell-program-name "aspell")
|
'(ispell-program-name "aspell")
|
||||||
'(js2-basic-offset 2)
|
'(js2-basic-offset 4)
|
||||||
'(js2-bounce-indent-p t)
|
'(js2-bounce-indent-p t)
|
||||||
|
'(js2-strict-trailing-comma-warning nil)
|
||||||
'(make-backup-files nil)
|
'(make-backup-files nil)
|
||||||
'(mouse-buffer-menu-mode-mult 0)
|
'(mouse-buffer-menu-mode-mult 0)
|
||||||
'(org-hide-leading-stars t)
|
'(org-hide-leading-stars t)
|
||||||
|
|
@ -40,6 +41,13 @@
|
||||||
'(tags-revert-without-query t)
|
'(tags-revert-without-query t)
|
||||||
'(transient-mark-mode t)
|
'(transient-mark-mode t)
|
||||||
'(truncate-lines t)
|
'(truncate-lines t)
|
||||||
|
'(use-dialog-box nil)
|
||||||
'(which-func-mode-global t nil (which-func))
|
'(which-func-mode-global t nil (which-func))
|
||||||
'(widget-editable-list-gui t)
|
'(widget-editable-list-gui t)
|
||||||
'(x-stretch-cursor nil))
|
'(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/
|
.aptitude/
|
||||||
.bash_history
|
.bash_history
|
||||||
.bash_logout
|
.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