Stop dabbrev from changing case

This commit is contained in:
David Morgan 2022-05-31 09:28:48 +01:00
parent 5e9a8418ca
commit 89aa9baf75
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
(use-package dabbrev
:diminish
:custom (dabbrev-case-fold-search nil)
:bind
("M-/" . dabbrev-completion))