summaryrefslogtreecommitdiff
path: root/completion-conf.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-08-15 17:27:36 +0800
committerJSDurand <mmemmew@gmail.com>2021-08-15 17:27:36 +0800
commit16e4331df1ed3a6ed868185ea7cb7983419a484e (patch)
treeeed6593238f0d3dc037e9f00dd010ff9c46fc552 /completion-conf.el
parentc891e97f4a78bec80e19495a875b2c48ecc514c5 (diff)
* completion-conf.el (completions-format): one-column
Diffstat (limited to 'completion-conf.el')
-rw-r--r--completion-conf.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/completion-conf.el b/completion-conf.el
index 35248c6..e4190d3 100644
--- a/completion-conf.el
+++ b/completion-conf.el
@@ -41,6 +41,8 @@
(setq read-buffer-completion-ignore-case t)
(setq resize-mini-windows t)
+(set 'completions-format 'one-column)
+
(define-key minibuffer-local-completion-map (vector 'down) #'durand-embark-scroll-down-or-go-to-completions)
(define-key minibuffer-local-completion-map (vector 'up) #'durand-embark-scroll-up-or-go-to-completions)
(define-key minibuffer-local-completion-map (vector ?\s-v) #'durand-completion-toggle-display)