diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-10-24 23:14:35 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-10-24 23:14:35 +0100 |
commit | e0bd72a356a66b97d182415457f5bbb2d765d063 (patch) | |
tree | 6f276782de6a85f73600a2d9be9f569e80e0faa6 | |
parent | 0a538165605e35dcec4146a4e12b4822925141af (diff) | |
download | dotfiles-e0bd72a356a66b97d182415457f5bbb2d765d063.tar.gz dotfiles-e0bd72a356a66b97d182415457f5bbb2d765d063.tar.bz2 dotfiles-e0bd72a356a66b97d182415457f5bbb2d765d063.zip |
+font setting
Fira code, size 18
-rw-r--r-- | doom.d/config.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index 019e11d..7012952 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -13,6 +13,7 @@ become my C one soon! (setq completion-ignore-case t) (setq org-directory "~/Text") (setq truncate-lines t) +(setq doom-font (font-spec :family "Fira Code" :size 18)) #+END_SRC - '<SPC>m' is right next to ',', so may as well use one tap instead of two - Projectile tags commands |