Set options to more conservative values
This commit is contained in:
parent
9117f3b779
commit
71c4920e85
@ -212,7 +212,7 @@ of [[info:emacs#Saving Customizations][saving customizations (info)]].
|
||||
global-hl-line-mode t
|
||||
global-hl-line-sticky-flag t
|
||||
history-delete-duplicates t
|
||||
history-length 500
|
||||
history-length 200
|
||||
indent-tabs-mode nil
|
||||
inhibit-startup-buffer-menu t
|
||||
inhibit-startup-screen t
|
||||
@ -227,7 +227,7 @@ of [[info:emacs#Saving Customizations][saving customizations (info)]].
|
||||
recentf-max-saved-items 100
|
||||
recentf-mode t
|
||||
save-place-mode t
|
||||
savehist-additional-variables '(kill-ring) ; BUG!
|
||||
savehist-additional-variables nil ; Docstring is not OK!
|
||||
savehist-mode t
|
||||
scroll-bar-mode nil
|
||||
tab-always-indent 'complete
|
||||
|
Loading…
Reference in New Issue
Block a user