summaryrefslogtreecommitdiff
path: root/completion-conf.el
diff options
context:
space:
mode:
Diffstat (limited to 'completion-conf.el')
-rw-r--r--completion-conf.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/completion-conf.el b/completion-conf.el
index b4d2c03..b47520d 100644
--- a/completion-conf.el
+++ b/completion-conf.el
@@ -57,6 +57,11 @@
(define-key completion-list-mode-map (vector ?\C-n) #'durand-completion-scroll-down-or-go-to-minibuffer)
(define-key completion-list-mode-map (vector ?\C-p) #'durand-completion-scroll-up-or-go-to-minibuffer)
+;;; New behaviours of emacs 29 make the default completion list more useful now
+
+(setq completion-auto-select 'second-tab)
+(setq completion-auto-wrap t)
+
;;; Headlong stuff
;;;###autoload