diff options
Diffstat (limited to 'emacs/inits/01-basic.el')
| -rw-r--r-- | emacs/inits/01-basic.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/inits/01-basic.el b/emacs/inits/01-basic.el index 8128ccf..ecbfb45 100644 --- a/emacs/inits/01-basic.el +++ b/emacs/inits/01-basic.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2020-03-18 18:37:35 (tslil@bison)> +;; Time-stamp: <2020-04-16 10:44:32 (tslil@bison)> ;; ----------------------------------------------------------------------------- ;; Interface @@ -118,7 +118,7 @@ (add-hook 'kill-buffer-query-functions 'immortal-scratch) -;; I couldn't figure the config options out, so this is the next best thing +;; I couldn't understand the config options, so this is the next best thing (defun display-startup-echo-area-message () nil) (setq initial-scratch-message nil |
