diff options
author | Blendoit <blendoit@gmail.com> | 2021-04-19 20:48:59 -0700 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2021-04-19 20:48:59 -0700 |
commit | 5c05506b7f1bcea633dcfb71c14d96ca6898ecaf (patch) | |
tree | f797bfb19f6e5facb6dc852e67777061f94d11bb | |
parent | 5018e024b85cf50b64b2270e022fc8313f69c699 (diff) |
For Company, let's have Org mode buffers in fixed-width font.
-rw-r--r-- | smart-documents.org | 3 |
1 files changed, 1 insertions, 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 |