diff options
-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) |