From 05edd37e19bdaeaab6baeccbbb1b1db3e1ab80b0 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Fri, 14 Oct 2022 12:26:19 +0100 Subject: [PATCH] Fix dabbrev config --- .emacs.d/lisp/init-completion.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.emacs.d/lisp/init-completion.el b/.emacs.d/lisp/init-completion.el index ce66ddb..9186d98 100644 --- a/.emacs.d/lisp/init-completion.el +++ b/.emacs.d/lisp/init-completion.el @@ -4,12 +4,12 @@ ;; Most of it is taken from the READMEs and wikis of those packages ;;; Code: -(use-package dabbrev +(use-feature dabbrev :diminish :custom - (setq dabbrev-case-distinction nil) - (setq dabbrev-case-fold-search t) - (setq dabbrev-case-replace nil)) + (dabbrev-case-distinction nil) + (dabbrev-case-fold-search t) + (dabbrev-case-replace nil)) (use-feature hippie-expand :init