all repos — nixfiles @ f64d27e5aa9fa4668773a0e01bd4bf396b69d819

System and user configuration, managed by nix and home-manager

Emacs: Use system default font from Xresources

Alan Pearce
commit

f64d27e5aa9fa4668773a0e01bd4bf396b69d819

parent

841e31a841e73ed3f6ad717c1aa45d8d80166ea8

1 file changed, 0 insertions(+), 4 deletions(-)

changed files
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -223,10 +223,6 @@ (if (eq displays 1)
(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))) - (set-fontset-font "fontset-default" 'unicode (font-spec :name "PT Mono" :size 14)) - (ap/set-fonts "PT Mono" 14 "Noto Sans" 14 nil)) - ((and (eq window-system 'x) (eq system-type 'gnu/linux/windows)) (ap/set-fonts "Noto Mono" 12 "Sans" 12 nil)))))