set to use eat add key bindings

This commit is contained in:
2026-03-15 13:52:36 +08:00
parent cb6d55b456
commit 4be0e63fac
3 changed files with 12 additions and 3 deletions
+4 -1
View File
@@ -12,6 +12,9 @@
(setq super-save-auto-save-when-idle t)
(setq super-save-idle-duration 1))
;; Which-key: show keybindings faster
(setq which-key-idle-delay 0.01
which-key-min-display-time 0.1)
;; Search bindings for consult-line
(map!
@@ -19,4 +22,4 @@
:n "M-s" (lambda () (interactive) (consult-line (thing-at-point 'symbol)))
:n "C-S-s" #'consult-line-multi)
(setq-default show-trailing-whitespace t)
(setq-default show-trailing-whitespace nil)