aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororeodave <aryadevchavali1@gmail.com>2019-11-01 02:28:31 +0000
committeroreodave <aryadevchavali1@gmail.com>2019-11-01 02:28:31 +0000
commit4e688a9986654efeb5aae8a3e020178d3931e1ad (patch)
treeda65a3c581eb50a82ca92fa9199589d31573e6cc
parentf603e89e2e70c700d79cf74b760fe6d263045dfd (diff)
downloaddotfiles-4e688a9986654efeb5aae8a3e020178d3931e1ad.tar.gz
dotfiles-4e688a9986654efeb5aae8a3e020178d3931e1ad.tar.bz2
dotfiles-4e688a9986654efeb5aae8a3e020178d3931e1ad.zip
~font to Hack
Using a little snippet of code to change some symbols back to normal
-rw-r--r--doom.d/config.org6
1 files changed, 5 insertions, 1 deletions
diff --git a/doom.d/config.org b/doom.d/config.org
index 00c3e61..f184be5 100644
--- a/doom.d/config.org
+++ b/doom.d/config.org
@@ -13,7 +13,11 @@ 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))
+(setq doom-font (font-spec :family "Hack" :size 19))
+(add-hook 'after-make-frame-functions
+ (lambda (_)
+ (set-fontset-font t '(#Xe100 . #Xe16f)
+ +pretty-code-fira-code-font-name)))
#+END_SRC
- '<SPC>m' is right next to ',', so may as well use one tap instead of two
- Projectile tags commands