aboutsummaryrefslogtreecommitdiff
path: root/dot_emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2023-01-03 12:16:02 -0500
committerRyan Kavanagh <rak@rak.ac>2023-01-03 12:16:02 -0500
commit5e200294b55e4fe0f55204bd38853bbddd64f135 (patch)
tree044121de8e7c1093a83bfee695a1a1d778f479f2 /dot_emacs
parentwpa_supplicant.conf (diff)
diminish stuff in emacs
Diffstat (limited to 'dot_emacs')
-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)