|
|
|
|
@ -1750,10 +1750,11 @@ |
|
|
|
|
|
|
|
|
|
* Finale |
|
|
|
|
** Fixup faces |
|
|
|
|
This is really a workaround as I do not like either bold or italic. It |
|
|
|
|
needs to be at the end of the file since it sets the face for packages that |
|
|
|
|
have loaded in the meantime; yet it does not wark perfectly as some |
|
|
|
|
packages are still to be loaded (most notably ~magit~) |
|
|
|
|
This is really a workaround as I do not like either bold or italic. |
|
|
|
|
It needs to be at the end of the file since it sets the face for |
|
|
|
|
packages that have loaded in the meantime; yet it does not work |
|
|
|
|
perfectly as some packages are still to be loaded (most notably |
|
|
|
|
~magit~) |
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
|
;; (set-face-font 'default "-xos4-hackminus-medium-r-normal--20-200-72-72-c-100-ISO10646-1") |
|
|
|
|
(set-face-bold 'bold nil) |
|
|
|
|
|