Some elisp tweaks, and more
This commit is contained in:
parent
6ede6f3448
commit
86448219a0
4 changed files with 19 additions and 17 deletions
|
|
@ -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.
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue