mirror of
https://github.com/larstvei/dot-emacs.git
synced 2025-04-19 13:50:12 +00:00
Compare commits
No commits in common. "5a78a0fce4139bfe6bfab54411f3ac9f105af442" and "42056faf55274ddb3fc8117c5df922dfdd9c1198" have entirely different histories.
5a78a0fce4
...
42056faf55
8
init.org
8
init.org
@ -338,7 +338,7 @@
|
|||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
||||||
(defvar custom-bindings-map (make-sparse-keymap)
|
(defvar custom-bindings-map (make-keymap)
|
||||||
"A keymap for custom bindings.")
|
"A keymap for custom bindings.")
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
@ -754,7 +754,11 @@
|
|||||||
(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