fix(general): fix escape key

This commit is contained in:
Stefan Schwarz 2023-09-15 11:38:37 +02:00
parent 42289b0d6e
commit 0c7b273392

View file

@ -340,7 +340,7 @@
;; general config
(use-package general :ensure t
:config
(global-set-key [escape] #'helm-or-evil-escape)
(global-set-key [escape] #'foo/helm-or-evil-escape)
(menu-bar-mode -1)
(scroll-bar-mode -1)
(tool-bar-mode -1)