diff options
author | Franck Cuny <fcuny@twitter.com> | 2018-10-06 11:21:35 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2018-10-06 11:21:35 -0700 |
commit | 018eced21fb96404a8ce10a268c57bcf4a793047 (patch) | |
tree | f328febaeb53f0b96812bdb9fceb192646b9e929 /configs/rcs | |
parent | [bash] remove a few unused things (diff) | |
download | emacs.d-018eced21fb96404a8ce10a268c57bcf4a793047.tar.gz |
[emacs] empty scratch buffer
Diffstat (limited to '')
-rw-r--r-- | configs/rcs/emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rcs/emacs.d/init.el b/configs/rcs/emacs.d/init.el index eae117d..48f5f6a 100644 --- a/configs/rcs/emacs.d/init.el +++ b/configs/rcs/emacs.d/init.el @@ -88,6 +88,7 @@ (setq vc-handled-backends nil) ;; don't use the VC backend, it's too slow with source (setq-default frame-title-format "%b (%f)") ;; set full path in the frame title (setq-default delete-by-moving-to-trash t) ;; delete files by moving them to the trash +(setq initial-scratch-message "") ;; empty scratch buffer (fringe-mode '(10 . 10)) ;; size of the fringe |