set to use eat add key bindings
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user