For Company, let's have Org mode buffers in fixed-width font.

Commit
5c05506b7f1bcea633dcfb71c14d96ca6898ecaf
Author
Blendoit <blendoit@gmail.com>
Author date
Committer
Blendoit <blendoit@gmail.com>
Committer date
smart-documents.org
index 6ed5c61c..ac6532e5 100644..100644
@@ -731,7 +731,6 @@
731 731 And he will be called Wonderful *Counselor*, Mighty God,
732 732 Everlasting Father, Prince of Peace.
733 733
734 Removed:
735 734 #+BEGIN_SRC emacs-lisp :tangle yes
736 735 (use-package counsel
737 736 :bind ("M-x" . counsel-M-x)
@@ -1749,7 +1748,7 @@
1749 1748 We use ~variable-pitch-mode~ for appropriate modes.
1750 1749
1751 1750 #+BEGIN_SRC emacs-lisp :tangle yes
1752 Removed: (add-hook 'org-mode-hook 'variable-pitch-mode)
1751 Added: ;; (add-hook 'org-mode-hook 'variable-pitch-mode)
1753 1752 (add-hook 'info-mode-hook 'variable-pitch-mode)
1754 1753 #+END_SRC
1755 1754