about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-10-04 08:03:02 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-10-04 08:03:02 +0100
commit8f87ca139c225786e3c1670892b1b7ef70f73436 (patch)
tree881c70a94fd945b4090249bed32e5dbf588c3f79
parent8173d5f6945f28da28404dcc1b989c7f2f933555 (diff)
downloaddotfiles-8f87ca139c225786e3c1670892b1b7ef70f73436.tar.gz
Remove unnecessary :diminish
-rw-r--r--.emacs.d/lisp/init-completion.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-completion.el b/.emacs.d/lisp/init-completion.el
index 8035ae3..98fd0fa 100644
--- a/.emacs.d/lisp/init-completion.el
+++ b/.emacs.d/lisp/init-completion.el
@@ -5,7 +5,6 @@
 ;;; Code:
 
 (use-feature dabbrev
-  :diminish
   :custom
   (dabbrev-case-distinction nil)
   (dabbrev-case-fold-search t)