aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororeodave <aryadevchavali1@gmail.com>2019-11-02 22:13:28 +0000
committeroreodave <aryadevchavali1@gmail.com>2019-11-02 22:13:28 +0000
commit333741692c86b9a7c223b3a040702134ef297230 (patch)
tree5acc55e27b1038f7c8d7595725973a691b2ad062
parentf1aa86fca1a1edc92916a8a159f16ee71ad7c8ff (diff)
downloaddotfiles-333741692c86b9a7c223b3a040702134ef297230.tar.gz
dotfiles-333741692c86b9a7c223b3a040702134ef297230.tar.bz2
dotfiles-333741692c86b9a7c223b3a040702134ef297230.zip
+headings for separating each part of source code
-rw-r--r--doom.d/config.org4
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)