diff options
Diffstat (limited to 'Doom/.config/doom/modules')
-rw-r--r-- | Doom/.config/doom/modules/private/bindings/README.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doom/.config/doom/modules/private/bindings/README.org b/Doom/.config/doom/modules/private/bindings/README.org index 90d1b55..963ce45 100644 --- a/Doom/.config/doom/modules/private/bindings/README.org +++ b/Doom/.config/doom/modules/private/bindings/README.org @@ -8,8 +8,11 @@ To compile, simply execute the source code block below (org-babel-tangle-file "README.org" "config.el") #+END_SRC * Initial +Set the localleader to "SPC ," #+BEGIN_SRC elisp ;;; private/bindings/config.el -*- lexical-binding: t; -*- +(setq doom-leader-key "SPC") +(setq doom-localleader-key "SPC ,") #+END_SRC * Leader Bindings for the leader map |