aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-09-18 00:11:01 +0200
committerGravatar Tom Willemse2016-09-18 00:11:01 +0200
commit2fb6235807df0264ee399d1408f12dbf1aa149c8 (patch)
treeed3735a714d13aed068dc48bb9376ec82905c8b0 /emacs/.emacs.d
parent8dfddec95469a419455bc20208793b3b185edf0f (diff)
downloadnew-dotfiles-2fb6235807df0264ee399d1408f12dbf1aa149c8.tar.gz
new-dotfiles-2fb6235807df0264ee399d1408f12dbf1aa149c8.zip
Increase Emacs font size
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 225208d..9258e52 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -180,7 +180,7 @@ To start off, first I need to enable lexical binding.
better size as well.
#+BEGIN_SRC emacs-lisp
- (add-to-list 'default-frame-alist '(font . "Fantasque Sans Mono-13"))
+ (add-to-list 'default-frame-alist '(font . "Fantasque Sans Mono-15"))
#+END_SRC
* Internal border