From 43861cf2fbcbc595507fca181970bf2b5d6e60e3 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 22 Feb 2016 10:46:50 -0800 Subject: [PATCH] diminish smartparens autorevert --- dotfiles/emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index ab5b022a..1f579af4 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -496,6 +496,9 @@ The current directory is assumed to be the project's root otherwise." ;; ============================================================================= (global-auto-revert-mode) +(diminish 'auto-revert-mode) +(diminish 'smartparens-mode) +(diminish 'eldoc-mode) ;; This makes it so that emacs --daemon puts its files in ~/.emacs.d/server ;; (setq server-use-tcp t)