mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-27 14:23:43 -05:00
ui/doom-dashboard: lock user in normal mode
This commit is contained in:
@@ -28,8 +28,12 @@
|
||||
|
||||
(after! evil
|
||||
(map! :map +doom-dashboard-mode-map
|
||||
:em "j" '+doom-dashboard/next-button
|
||||
:em "k" '+doom-dashboard/previous-button)
|
||||
:em "j" #'+doom-dashboard/next-button
|
||||
:em "k" #'+doom-dashboard/previous-button
|
||||
[remap evil-insert] #'evil-normal-state
|
||||
[remap evil-change] #'evil-normal-state
|
||||
[remap evil-delete] #'evil-normal-state
|
||||
[remap evil-delete-char] #'evil-normal-state)
|
||||
|
||||
(defun +doom-dashboard/next-button ()
|
||||
(interactive)
|
||||
|
Reference in New Issue
Block a user