all repos — archive/dotfiles @ 04f12bf003757d4077dc65f3c47197cb68bd5867

Superseded by nixfiles

Merge remote-tracking branch 'origin/master'
Alan Pearce alan@alanpearce.eu
Mon, 17 Jul 2017 21:13:17 +0200
commit

04f12bf003757d4077dc65f3c47197cb68bd5867

parent

c64b531ae29243fffdb45beb5525be1206a19d9f

1 files changed, 2 insertions(+), 4 deletions(-)

jump to
M emacs/.emacs.d/init.orgemacs/.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)))