[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
For Company, let's have Org mode buffers in fixed-width font.
smart-documents.org
@@ -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