aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2017-06-19 10:56:54 -0600
committerjason2017-06-19 10:56:54 -0600
commit2f106049ce42f332e26e72d4f7365e7fdcf03ae4 (patch)
tree497c6747ab1912099c62d5be740a2160d77d6dac
parent9de78f34f36851e6471cb8e20b80bee907d0711a (diff)
downloaddotemacs-2f106049ce42f332e26e72d4f7365e7fdcf03ae4.tar.gz
dotemacs-2f106049ce42f332e26e72d4f7365e7fdcf03ae4.zip
Update the font
-rw-r--r--init.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/init.el b/init.el
index 2849e94..3b38bfa 100644
--- a/init.el
+++ b/init.el
@@ -187,11 +187,13 @@
187 '(package-selected-packages 187 '(package-selected-packages
188 (quote 188 (quote
189 (projectile persp-mode avy ivy powerline which-key paradox use-package jbeans-theme))) 189 (projectile persp-mode avy ivy powerline which-key paradox use-package jbeans-theme)))
190 '(paradox-github-token t)) 190 '(paradox-github-token t)
191 '(show-paren-mode t)
192 '(tool-bar-mode nil))
191 193
192(custom-set-faces 194(custom-set-faces
193 ;; custom-set-faces was added by Custom. 195 ;; custom-set-faces was added by Custom.
194 ;; If you edit it by hand, you could mess it up, so be careful. 196 ;; If you edit it by hand, you could mess it up, so be careful.
195 ;; Your init file should contain only one such instance. 197 ;; Your init file should contain only one such instance.
196 ;; If there is more than one, they won't work right. 198 ;; If there is more than one, they won't work right.
197 '(default ((t (:family "Inconsolata" :foundry "outline" :slant normal :weight normal :height 79 :width normal))))) 199 '(default ((t (:family "Inconsolata" :foundry "PfEd" :slant normal :weight normal :height 98 :width normal)))))