From 018eced21fb96404a8ce10a268c57bcf4a793047 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 6 Oct 2018 11:21:35 -0700 Subject: [emacs] empty scratch buffer --- configs/rcs/emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/rcs/emacs.d') 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 -- cgit 1.4.1