~put localleader to bindings module
This commit is contained in:
@@ -8,8 +8,11 @@ To compile, simply execute the source code block below
|
|||||||
(org-babel-tangle-file "README.org" "config.el")
|
(org-babel-tangle-file "README.org" "config.el")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
* Initial
|
* Initial
|
||||||
|
Set the localleader to "SPC ,"
|
||||||
#+BEGIN_SRC elisp
|
#+BEGIN_SRC elisp
|
||||||
;;; private/bindings/config.el -*- lexical-binding: t; -*-
|
;;; private/bindings/config.el -*- lexical-binding: t; -*-
|
||||||
|
(setq doom-leader-key "SPC")
|
||||||
|
(setq doom-localleader-key "SPC ,")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
* Leader
|
* Leader
|
||||||
Bindings for the leader map
|
Bindings for the leader map
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
- Incredibly versatile tool in my inventory.
|
- Incredibly versatile tool in my inventory.
|
||||||
* Initial setup
|
* Initial setup
|
||||||
** Doom Variables
|
** Doom Variables
|
||||||
- Set the doom local-leader to "SPC ," because it's faster
|
|
||||||
- Good font choices:
|
- Good font choices:
|
||||||
- Hack
|
- Hack
|
||||||
- Source Code Pro/Variable
|
- Source Code Pro/Variable
|
||||||
@@ -18,11 +17,10 @@
|
|||||||
#+BEGIN_SRC elisp
|
#+BEGIN_SRC elisp
|
||||||
(after! core-keybinds
|
(after! core-keybinds
|
||||||
(map! :leader "," nil)
|
(map! :leader "," nil)
|
||||||
(setq doom-localleader-key "SPC ,")
|
(setq doom-themes-enable-italic nil
|
||||||
(setq doom-themes-enable-italic nil)
|
doom-themes-enable-bold t
|
||||||
(setq doom-themes-enable-bold t)
|
doom-theme 'doom-monokai-classic
|
||||||
(setq doom-theme 'doom-monokai-classic)
|
doom-font (font-spec :family "Source Code Pro" :size 15)))
|
||||||
(setq doom-font (font-spec :family "Source Code Pro" :size 15)))
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Other variables
|
** Other variables
|
||||||
Some quality of life things and others that I couldn't really put in one category
|
Some quality of life things and others that I couldn't really put in one category
|
||||||
|
|||||||
Reference in New Issue
Block a user