[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Change default Emacs font to Monoisome.
resources/custom.el
@@ -123,4 +123,4 @@
123
123
;; If you edit it by hand, you could mess it up, so be careful.
124
124
;; Your init file should contain only one such instance.
125
125
;; If there is more than one, they won't work right.
126
Removed:
'(default ((t (:family "Hack" :foundry "SRC" :slant normal :weight normal :height 155 :width normal)))))
126
Added:
'(default ((t (:family "Monoisome" :foundry "PfEd" :slant normal :weight regular :height 120 :width semi-condensed)))))