diff options
author | Alan Pearce | 2013-05-14 14:37:35 +0100 |
---|---|---|
committer | Alan Pearce | 2013-05-14 14:37:35 +0100 |
commit | f55e24f8679d9862cab4f8cb84772781b900e792 (patch) | |
tree | 0287473d6725cc8dc5cf0404a304d8d0ff70ecce | |
parent | 81734b1d3053064673e6f4995af280f80cb5051d (diff) | |
download | nixfiles-f55e24f8679d9862cab4f8cb84772781b900e792.tar.lz nixfiles-f55e24f8679d9862cab4f8cb84772781b900e792.tar.zst nixfiles-f55e24f8679d9862cab4f8cb84772781b900e792.zip |
Emacs: switch org-mode font back to fixed-pitch
-rw-r--r-- | emacs/init.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el index ab3fc528..dc594fd1 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -111,8 +111,6 @@ (variable-pitch-mode) (setq cursor-type 'bar)) - (add-hook 'org-mode-hook #'use-variable-fonts) - (if (eq window-system 'w32) (let* ((font-size 10) (mono-face (cond |