Browse Source

[emacs] Update font and add direnv

Colin Powell 4 years ago
parent
commit
c59581b207
2 changed files with 3 additions and 2 deletions
  1. 2 2
      emacs/.config/doom/config.org
  2. 1 0
      emacs/.config/doom/packages.el

+ 2 - 2
emacs/.config/doom/config.org

@@ -18,8 +18,8 @@ I change my default theme almost as often as the weather. I tend to revert back
 to Doom One most of the time, but I like the Kaolin themes, as well as Nimbus
 to Doom One most of the time, but I like the Kaolin themes, as well as Nimbus
 for it's retro charm. Nimbus just doesn't look great when I'm tired though.
 for it's retro charm. Nimbus just doesn't look great when I'm tired though.
 #+BEGIN_SRC emacs-lisp
 #+BEGIN_SRC emacs-lisp
-(setq doom-theme 'doom-Iovskem
-      doom-font (font-spec :family "Iosevka" :size 12 :weight 'regular)
+(setq doom-theme 'doom-Iosvkem
+      doom-font (font-spec :family "Iosevka" :size 13 :weight 'regular)
       doom-big-font (font-spec :family "Iosevka" :size 18)
       doom-big-font (font-spec :family "Iosevka" :size 18)
       doom-variable-pitch-font (font-spec :family "Overpass" :size 16))
       doom-variable-pitch-font (font-spec :family "Overpass" :size 16))
 #+END_SRC
 #+END_SRC

+ 1 - 0
emacs/.config/doom/packages.el

@@ -56,6 +56,7 @@
 (package! openwith)
 (package! openwith)
 ;; slack ... okay one more time
 ;; slack ... okay one more time
 (package! slack)
 (package! slack)
+(package! direnv)
 
 
 ;; pretty tings up
 ;; pretty tings up
 (package! srcery-theme)
 (package! srcery-theme)