Browse Source

Set default font to roboto mom

beancount_config
Raphael Roberts 7 years ago
parent
commit
da60072857
  1. 2
      init.el

2
init.el

@ -160,7 +160,7 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
'(default ((t (:family "Roboto Mono" :foundry "outline" :slant normal :weight normal :height 113 :width normal)))))
;; Monkey patch
;(defun quote-exe (path)
; (if (string-match-p (regexp-quote " ") path)

Loading…
Cancel
Save