diff options
-rw-r--r-- | smart-documents.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smart-documents.org b/smart-documents.org index feec8f8..d6c4a77 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -1743,7 +1743,7 @@ Emacs. We use ~variable-pitch-mode~ for appropriate modes. -#+BEGIN_SRC emacs-lisp :tangle yes +#+BEGIN_SRC emacs-lisp :tangle no (add-hook 'org-mode-hook 'variable-pitch-mode) (add-hook 'info-mode-hook 'variable-pitch-mode) #+END_SRC |