Skip to content

Commit

Permalink
tweak(emacs): revert corfu settings to be more stock
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Dec 13, 2023
1 parent d8494fc commit ac5ce54
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -392,17 +392,10 @@
(completion-ignore-case t)
(corfu-auto t)
(corfu-cycle t)
(corfu-auto-delay 0)
(corfu-auto-delay (/ 1.0 60))
(corfu-auto-prefix 0)

(corfu-min-width 40)
(corfu-max-width 160)

(corfu-popupinfo-mode t)
(corfu-popupinfo-delay '(0.1 . 0.1))
(corfu-popupinfo-min-width 50)
(corfu-popupinfo-max-width 160)
(corfu-popupinfo-max-height 15)
(corfu-min-width 30)
:init
(global-corfu-mode))

Expand Down

0 comments on commit ac5ce54

Please sign in to comment.