+bind to stop doom default bindings from taking the local leader

This commit is contained in:
dx
2020-05-25 01:51:14 +01:00
parent 8f8f39ab24
commit 2056db86d1

View File

@@ -20,6 +20,7 @@ Load the literate.el file to start parsing.
- Using the font [[https://sourcefoundry.org/hack/][Hack]] - Using the font [[https://sourcefoundry.org/hack/][Hack]]
#+BEGIN_SRC elisp #+BEGIN_SRC elisp
(after! core-keybinds (after! core-keybinds
(map! :leader "," nil)
(setq doom-localleader-key "SPC ,") (setq doom-localleader-key "SPC ,")
(setq doom-theme 'doom-molokai) (setq doom-theme 'doom-molokai)
(setq doom-font (font-spec :family "Hack" :size 17))) (setq doom-font (font-spec :family "Hack" :size 17)))