commit 2122150a6d120023f2fdd2c5631cf70f498750c2 from: Omar Polo date: Sun Feb 19 17:09:31 2023 UTC emacs: use julia mono here too not that i like it too much, but it’s dicent and... ok, it’s nice :) matches the $font i’m using for the plan9 stuff. commit - 4ea901237370b34f25432cc61a925807b8b5c593 commit + 2122150a6d120023f2fdd2c5631cf70f498750c2 blob - df929079b61bd53cf4640a81f8ae84ad92d2061f blob + 06d5e8309b937dd7287802700f7dcb8929769dab --- emacs/init.el +++ emacs/init.el @@ -134,7 +134,10 @@ (define-key global-map (kbd "M-l") #'downcase-dwim) (define-key global-map (kbd "M-c") #'capitalize-dwim) -(let ((font "-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1")) +(let ((font + ;; "-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1" + "JuliaMono 8" + )) (set-frame-font font nil t) (add-to-list 'default-frame-alist `(font . ,font)))