@ -92,6 +92,7 @@
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))