summaryrefslogtreecommitdiff
path: root/completion-conf.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-01-29 12:33:03 +0800
committerJSDurand <mmemmew@gmail.com>2021-01-29 12:33:03 +0800
commitc8d4224e42a710b262e8ba67d720f6eff4e89fcb (patch)
treebb631456e910e1aeb8984e00db8e3a605f438561 /completion-conf.el
parent43afe6c5db55704f787aaee4cedd7f4c69206b8b (diff)
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.
Diffstat (limited to 'completion-conf.el')
-rw-r--r--completion-conf.el2
1 files changed, 1 insertions, 1 deletions
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)