mirror of
https://github.com/larstvei/dot-emacs.git
synced 2025-04-19 13:50:12 +00:00
Compare commits
2 Commits
42056faf55
...
5a78a0fce4
Author | SHA1 | Date | |
---|---|---|---|
5a78a0fce4 | |||
0d91332ad8 |
8
init.org
8
init.org
@ -338,7 +338,7 @@
|
|||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
||||||
(defvar custom-bindings-map (make-keymap)
|
(defvar custom-bindings-map (make-sparse-keymap)
|
||||||
"A keymap for custom bindings.")
|
"A keymap for custom bindings.")
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
@ -754,11 +754,7 @@
|
|||||||
(global-corfu-mode 1)
|
(global-corfu-mode 1)
|
||||||
(corfu-popupinfo-mode 1)
|
(corfu-popupinfo-mode 1)
|
||||||
:config
|
:config
|
||||||
(setq corfu-cycle t
|
(setq corfu-cycle t))
|
||||||
corfu-auto t
|
|
||||||
corfu-auto-delay 1
|
|
||||||
corfu-auto-prefix 2
|
|
||||||
corfu-popupinfo-delay 0.5))
|
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user