@ -92,10 +92,11 @@
This is a hack to remove slant and bold from all faces
#+begin_src emacs-lisp
(defun wilder/fixup-faces ()
(interactive)
(mapc (lambda (face)
(set-face-attribute face nil :weight 'normal)
(set-face-attribute face nil :slant 'normal))
(face-list))
(set-face-font 'default "-xos4-hackminus-medium-r-normal--20-200-72-72-c-100-ISO10646-1"))
#+end_src
** Cosmetics