From c8d4224e42a710b262e8ba67d720f6eff4e89fcb Mon Sep 17 00:00:00 2001 From: JSDurand Date: Fri, 29 Jan 2021 12:33:03 +0800 Subject: Change the directory to .emacs.d now. Now I don't have to use a special command to launch Emacs. And the configuration files are placed in the normal position now. --- completion-conf.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'completion-conf.el') diff --git a/completion-conf.el b/completion-conf.el index e567eb7..1ae21e2 100644 --- a/completion-conf.el +++ b/completion-conf.el @@ -31,7 +31,7 @@ (require 'minibuffer) (require 'simple) -(setq completion-styles '(substring partial-completion flex)) +(setq completion-styles '(initials substring partial-completion flex)) (setq completion-category-defaults nil) (setq completion-flex-nospace nil) (setq completion-pcm-complete-word-inserts-delimiters t) -- cgit v1.2.3-18-g5258