Make fixup-faces interactive

master
Jacopo De Simoi 5 years ago
parent e080570131
commit 4906e986bb
  1. 1
      global.org

@ -92,6 +92,7 @@
This is a hack to remove slant and bold from all faces This is a hack to remove slant and bold from all faces
#+begin_src emacs-lisp #+begin_src emacs-lisp
(defun wilder/fixup-faces () (defun wilder/fixup-faces ()
(interactive)
(mapc (lambda (face) (mapc (lambda (face)
(set-face-attribute face nil :weight 'normal) (set-face-attribute face nil :weight 'normal)
(set-face-attribute face nil :slant 'normal)) (set-face-attribute face nil :slant 'normal))

Loading…
Cancel
Save