fix(general): fix escape key
This commit is contained in:
parent
42289b0d6e
commit
0c7b273392
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue