summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-04-27 19:03:07 +0200
committerAlan Pearce2017-04-27 19:03:29 +0200
commit9cd649a0d92b7ba595d22089b16a9b7715f7c80f (patch)
tree34da6f78fedd092e9e694aad2185209dc8e0088c /emacs
parent5b4b3300af62aacba527949fbaa5d6e04ce2ced8 (diff)
downloaddotfiles-9cd649a0d92b7ba595d22089b16a9b7715f7c80f.tar.lz
dotfiles-9cd649a0d92b7ba595d22089b16a9b7715f7c80f.tar.zst
dotfiles-9cd649a0d92b7ba595d22089b16a9b7715f7c80f.zip
Emacs: Let's try a different (HiDPI) font setup
Diffstat (limited to 'emacs')
-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 02199b5..4a6c292 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -246,7 +246,7 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource
      ((eq window-system 'ns)
       (let ((displays (string-to-number (shell-command-to-string "system_profiler SPDisplaysDataType | grep \"Online: Yes\" | wc -l"))))
         (if (eq displays 1)
-            (ap/set-fonts "Roboto Mono" 13 "Lucida Grande" 13 t)
+            (ap/set-fonts "Lekton" 20 "Lucida Grande" 16 t)
           (ap/set-fonts "Monaco" 10 "Lucida Grande" 12 nil))))
      ((eq window-system 'x)
       (set-fontset-font "fontset-default" 'unicode (font-spec :name "Terminus" :size 14))