about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-09-20 11:03:15 +0000
committerDavid Morgan <djm_uk@protonmail.com>2024-09-20 11:03:15 +0000
commit46f0f7ae79ed8bc052f9695f400464bf3f6e02ad (patch)
tree83ad64a810672b96cd7bc37e0dfe6b3d6f43e25f /.emacs.d
parent3ea67299f3efb9a84e06d67e0c3479e157dad039 (diff)
downloaddotfiles-46f0f7ae79ed8bc052f9695f400464bf3f6e02ad.tar.gz
Remove spurious defers
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-completion.el1
-rw-r--r--.emacs.d/lisp/init-editor.el1
2 files changed, 0 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-completion.el b/.emacs.d/lisp/init-completion.el
index eead296..12958fc 100644
--- a/.emacs.d/lisp/init-completion.el
+++ b/.emacs.d/lisp/init-completion.el
@@ -54,7 +54,6 @@
         completion-ignore-case t))
 
 (use-package orderless
-  :defer 2
   :bind
   (:map minibuffer-local-map
         ("C-l" . orderless-toggle-literal-matching))
diff --git a/.emacs.d/lisp/init-editor.el b/.emacs.d/lisp/init-editor.el
index 45a4b8e..8a4c501 100644
--- a/.emacs.d/lisp/init-editor.el
+++ b/.emacs.d/lisp/init-editor.el
@@ -125,7 +125,6 @@
   (undo-tree-auto-save-history t))
 
 (use-feature abbrev
-  :defer 5
   :diminish
   :hook
   (text-mode . abbrev-mode)