summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-10-09 13:44:42 -0400
committerDavid Robillard <d@drobilla.net>2015-10-09 13:44:42 -0400
commit86e84d076f56618d97761980a402ad1ebcf3b05a (patch)
treedb873e3c1c1c75a1fc293eea7a6f3c029b94d8f7
parentaf56ea55aeb4f565b03049b6d65b6d659f91508e (diff)
downloaddotfiles-86e84d076f56618d97761980a402ad1ebcf3b05a.tar.gz
dotfiles-86e84d076f56618d97761980a402ad1ebcf3b05a.tar.bz2
dotfiles-86e84d076f56618d97761980a402ad1ebcf3b05a.zip
Crank up font size
-rw-r--r--emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index f180b72..6bbcee3 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -73,7 +73,7 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
- '(default ((t (:stipple nil :background "grey10" :foreground "grey80" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))))
+ '(default ((t (:stipple nil :background "grey10" :foreground "grey80" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 130 :width normal :foundry "unknown" :family "Monospace"))))
'(bold ((t (:weight bold))))
'(cursor ((t (:background "grey80"))))
'(diff-added ((t (:foreground "#859900"))))