Emacs: Raise number of max saved buffers to 200.
This commit is contained in:
parent
bc98951bd9
commit
02fa4aaee5
|
@ -1,6 +1,6 @@
|
|||
;;; global-variables.el --- Set global variables. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2019-11-20T03:49:41+00:00>
|
||||
;; Time-stamp: <2019-11-29T00:20:04+00:00>
|
||||
|
||||
;;; Commentary:
|
||||
;; * Set `slow-computer'.
|
||||
|
@ -43,7 +43,7 @@
|
|||
(user-full-name "tastytea")
|
||||
(user-mail-address "tastytea@tastytea.de")
|
||||
|
||||
(recentf-max-saved-items 40) ; Keep this number of buffers in history.
|
||||
(recentf-max-saved-items 200) ; Keep this number of buffers in history.
|
||||
|
||||
;; Preference of authentication sources.
|
||||
(auth-sources '("~/.authinfo.gpg" "~/.authinfo" "~/.netrc"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user