diminish smartparens autorevert

This commit is contained in:
Ivan Malison 2016-02-22 10:46:50 -08:00
parent 5bef45e2cc
commit 43861cf2fb

View File

@ -496,6 +496,9 @@ The current directory is assumed to be the project's root otherwise."
;; ============================================================================= ;; =============================================================================
(global-auto-revert-mode) (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 ;; This makes it so that emacs --daemon puts its files in ~/.emacs.d/server
;; (setq server-use-tcp t) ;; (setq server-use-tcp t)