aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dot_emacs7
1 files changed, 7 insertions, 0 deletions
diff --git a/dot_emacs b/dot_emacs
index 2e8dc1d..8e21202 100644
--- a/dot_emacs
+++ b/dot_emacs
@@ -90,6 +90,9 @@
:config
(global-aggressive-indent-mode 1))
+(use-package autorevert
+ :diminish auto-revert-mode)
+
(use-package bibtex
:mode ("\\.bib\'" . bibtex-mode)
:custom
@@ -240,6 +243,7 @@ Extended Format date in the date field and return it as a string obeing
(use-package company-box
:ensure t
+ :diminish
:hook (company-mode . company-box-mode))
(use-package company-coq
@@ -272,6 +276,9 @@ Extended Format date in the date field and return it as a string obeing
(use-package dictem
:load-path "~/.emacs.d/dictem/")
+(use-package diminish
+ :ensure t)
+
(use-package doi-utils
;; provided by org-ref
:ensure org-ref)