From 9ccc76893fcf52504e8e5a8036c6afd71f93e261 Mon Sep 17 00:00:00 2001 From: dx Date: Sat, 18 Jul 2020 00:55:46 +0100 Subject: ~put localleader to bindings module --- Doom/.config/doom/org/config.org | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'Doom/.config/doom/org') diff --git a/Doom/.config/doom/org/config.org b/Doom/.config/doom/org/config.org index 93b20cb..e25c433 100644 --- a/Doom/.config/doom/org/config.org +++ b/Doom/.config/doom/org/config.org @@ -8,7 +8,6 @@ - Incredibly versatile tool in my inventory. * Initial setup ** Doom Variables -- Set the doom local-leader to "SPC ," because it's faster - Good font choices: - Hack - Source Code Pro/Variable @@ -18,11 +17,10 @@ #+BEGIN_SRC elisp (after! core-keybinds (map! :leader "," nil) - (setq doom-localleader-key "SPC ,") - (setq doom-themes-enable-italic nil) - (setq doom-themes-enable-bold t) - (setq doom-theme 'doom-monokai-classic) - (setq doom-font (font-spec :family "Source Code Pro" :size 15))) + (setq doom-themes-enable-italic nil + doom-themes-enable-bold t + doom-theme 'doom-monokai-classic + doom-font (font-spec :family "Source Code Pro" :size 15))) #+END_SRC ** Other variables Some quality of life things and others that I couldn't really put in one category -- cgit v1.2.3-13-gbd6f