diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-11-02 22:13:28 +0000 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-11-02 22:13:28 +0000 |
commit | 333741692c86b9a7c223b3a040702134ef297230 (patch) | |
tree | 5acc55e27b1038f7c8d7595725973a691b2ad062 | |
parent | f1aa86fca1a1edc92916a8a159f16ee71ad7c8ff (diff) | |
download | dotfiles-333741692c86b9a7c223b3a040702134ef297230.tar.gz dotfiles-333741692c86b9a7c223b3a040702134ef297230.tar.bz2 dotfiles-333741692c86b9a7c223b3a040702134ef297230.zip |
+headings for separating each part of source code
-rw-r--r-- | doom.d/config.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index 23f57d2..2e2bb85 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -7,12 +7,16 @@ This is my [[https://github.com/hlissner/doom-emacs][Doom Emacs]] configuration, possible. It is currently my main editor overall, literally overtaking my life. * Simple variables Setting up variables and basic stuff that doesn't require a lot of work. +** Doom Variables #+BEGIN_SRC elisp (setq doom-localleader-key ",") +** Interface (setq completion-ignore-case t) (setq org-directory "~/Text") (setq truncate-lines t) (setq doom-font (font-spec :family "Hack" :size 19)) +** Org directory +** Search providers (add-hook 'after-make-frame-functions (lambda (_) (set-fontset-font t '(#Xe100 . #Xe16f) |