Enable modes available in emacs 30
This commit is contained in:
parent
38bb664fb4
commit
62c2d5e89f
1 changed files with 4 additions and 0 deletions
4
init.el
4
init.el
|
@ -96,6 +96,10 @@
|
|||
|
||||
(setq-default mouse-wheel-scroll-amount '(1 ((shift) . 1) ((meta)) ((control) . text-scale)))
|
||||
|
||||
(when (> emacs-major-version 29)
|
||||
(global-completion-preview-mode 1)
|
||||
(which-key-mode 1))
|
||||
|
||||
;; SIMPLE
|
||||
(setq-default completion-auto-wrap t)
|
||||
(setq-default completion-auto-select t)
|
||||
|
|
Loading…
Add table
Reference in a new issue