Remove parameters that are already set to their default value
This commit is contained in:
2
init.el
2
init.el
@@ -281,7 +281,6 @@
|
|||||||
(setq recentf-max-saved-items 300) ; default is 20
|
(setq recentf-max-saved-items 300) ; default is 20
|
||||||
(setq recentf-max-menu-items 15)
|
(setq recentf-max-menu-items 15)
|
||||||
(setq recentf-auto-cleanup 'mode)
|
(setq recentf-auto-cleanup 'mode)
|
||||||
(setq recentf-exclude nil)
|
|
||||||
|
|
||||||
;;; saveplace
|
;;; saveplace
|
||||||
|
|
||||||
@@ -294,7 +293,6 @@
|
|||||||
;; `savehist-mode' is an Emacs feature that preserves the minibuffer history
|
;; `savehist-mode' is an Emacs feature that preserves the minibuffer history
|
||||||
;; between sessions.
|
;; between sessions.
|
||||||
(setq history-length 300)
|
(setq history-length 300)
|
||||||
(setq savehist-save-minibuffer-history t) ;; Default
|
|
||||||
(setq savehist-additional-variables
|
(setq savehist-additional-variables
|
||||||
'(register-alist ; macros
|
'(register-alist ; macros
|
||||||
mark-ring global-mark-ring ; marks
|
mark-ring global-mark-ring ; marks
|
||||||
|
|||||||
Reference in New Issue
Block a user