Merge remote-tracking branch 'origin/master'
Alan Pearce alan@alanpearce.eu
Mon, 17 Jul 2017 21:13:17 +0200
1 files changed, 2 insertions(+), 4 deletions(-)
jump to
M emacs/.emacs.d/init.org → emacs/.emacs.d/init.org
@@ -201,9 +201,7 @@ #+BEGIN_SRC emacs-lisp (use-package base16-theme :if (or window-system - (daemon-p)) - :config (progn - (load-theme 'base16-mexico-light t))) + (daemon-p))) #+END_SRC Highlighting quasi-quoted expressions in lisps is quite useful, but I @@ -249,7 +247,7 @@ ((or (eq window-system 'mac) (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 "Monaco" 16 "Lucida Grande" 16 t 0.2) + (ap/set-fonts "Fira Code" 14 "Lucida Grande" 14 t nil) (ap/set-fonts "Monoid" 12 "Helvetica Neue" 12 t 0.1)))) ((and (eq window-system 'x) (not (eq system-type 'gnu/linux/windows)))