Add diminish
This commit is contained in:
parent
25adcab0c3
commit
adf44fafae
1 changed files with 11 additions and 0 deletions
|
@ -70,6 +70,9 @@
|
|||
"Face for the supposedly empty line in commit messages."
|
||||
:group 'local)
|
||||
|
||||
(eval-after-load "eldoc"
|
||||
'(diminish 'eldoc-mode))
|
||||
|
||||
(eval-after-load "em-term"
|
||||
'(add-to-list 'eshell-visual-commands "unison"))
|
||||
|
||||
|
@ -117,6 +120,12 @@
|
|||
(eval-after-load "org"
|
||||
'(require 'org-init))
|
||||
|
||||
(eval-after-load "pretty-symbols-mode"
|
||||
'(diminish 'pretty-symbols-mode))
|
||||
|
||||
(eval-after-load "rainbow-mode"
|
||||
'(diminish 'rainbmow-mode))
|
||||
|
||||
(eval-after-load "smex"
|
||||
'(progn
|
||||
(global-set-key (kbd "M-x") 'smex)
|
||||
|
@ -437,6 +446,8 @@
|
|||
(unless (server-running-p)
|
||||
(server-start))
|
||||
|
||||
(diminish 'auto-fill-function "_")
|
||||
|
||||
(provide 'init)
|
||||
|
||||
;;; init.el ends here
|
||||
|
|
Loading…
Reference in a new issue