Fix dabbrev config

This commit is contained in:
David Morgan 2022-10-14 12:26:19 +01:00
parent 7f2a489654
commit 05edd37e19
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 4 additions and 4 deletions

View File

@ -4,12 +4,12 @@
;; Most of it is taken from the READMEs and wikis of those packages ;; Most of it is taken from the READMEs and wikis of those packages
;;; Code: ;;; Code:
(use-package dabbrev (use-feature dabbrev
:diminish :diminish
:custom :custom
(setq dabbrev-case-distinction nil) (dabbrev-case-distinction nil)
(setq dabbrev-case-fold-search t) (dabbrev-case-fold-search t)
(setq dabbrev-case-replace nil)) (dabbrev-case-replace nil))
(use-feature hippie-expand (use-feature hippie-expand
:init :init