From 5c05506b7f1bcea633dcfb71c14d96ca6898ecaf Mon Sep 17 00:00:00 2001 From: Blendoit Date: Mon, 19 Apr 2021 20:48:59 -0700 Subject: For Company, let's have Org mode buffers in fixed-width font. --- smart-documents.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/smart-documents.org b/smart-documents.org index 6ed5c61..ac6532e 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -731,7 +731,6 @@ the location of a symbol's definition. And he will be called Wonderful *Counselor*, Mighty God, Everlasting Father, Prince of Peace. - #+BEGIN_SRC emacs-lisp :tangle yes (use-package counsel :bind ("M-x" . counsel-M-x) @@ -1749,7 +1748,7 @@ the cursor is a more MS Word-like bar. We use ~variable-pitch-mode~ for appropriate modes. #+BEGIN_SRC emacs-lisp :tangle yes - (add-hook 'org-mode-hook 'variable-pitch-mode) + ;; (add-hook 'org-mode-hook 'variable-pitch-mode) (add-hook 'info-mode-hook 'variable-pitch-mode) #+END_SRC -- cgit v1.2.3