~put localleader to bindings module

This commit is contained in:
dx
2020-07-18 00:55:46 +01:00
parent 1cc05b4caf
commit 9ccc76893f
2 changed files with 7 additions and 6 deletions

View File

@@ -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