From 86b94843735c9b4082ab84b08f36893505a4dd1f Mon Sep 17 00:00:00 2001 From: David Morgan Date: Fri, 4 Oct 2024 08:04:34 +0100 Subject: Apply fix for dabbrev bug until 30.1 is released --- .emacs.d/lisp/init-completion.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs.d/lisp/init-completion.el b/.emacs.d/lisp/init-completion.el index 98fd0fa..e0efdb3 100644 --- a/.emacs.d/lisp/init-completion.el +++ b/.emacs.d/lisp/init-completion.el @@ -5,6 +5,9 @@ ;;; Code: (use-feature dabbrev + ;; Load newer version until 30.1 is released + ;; https://mail.gnu.org/archive/html/bug-gnu-emacs/2024-05/msg00422.html + :load-path "elpaca/repos/project/lisp/dabbrev.el" :custom (dabbrev-case-distinction nil) (dabbrev-case-fold-search t) -- cgit 1.4.1-2-gfad0