diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el index c820fbc1..5da22a7c 100644 --- a/user/emacs/init.el +++ b/user/emacs/init.el @@ -1,5 +1,5 @@ ;;; init --- user init file -*- lexical-binding: t; -*- -(setq inhibit-startup-echo-area-message "alan") +(eval '(setq inhibit-startup-echo-area-message "alan")) (let ((default-gc-cons-threshold (* 16 1024 1024)) (default-file-name-handler-alist file-name-handler-alist)) (setq gc-cons-threshold most-positive-fixnum |