[oni-org] Add and enable `mixed-pitch' mode
This commit is contained in:
parent
02b680f40b
commit
cccaac7c32
1 changed files with 3 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2021.0830.135920
|
||||
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti)
|
||||
;; Version: 2021.0911.024748
|
||||
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti mixed-pitch)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
;; it under the terms of the GNU General Public License as published by
|
||||
|
@ -465,6 +465,7 @@ also move point to the start of the heading."
|
|||
(add-hook 'org-mode-hook #'oni-org-set-yasnippet-condition)
|
||||
(add-hook 'org-mode-hook 'electric-quote-local-mode)
|
||||
(add-hook 'org-mode-hook 'flyspell-mode)
|
||||
(add-hook 'org-mode-hook 'mixed-pitch-mode)
|
||||
(add-hook 'org-mode-hook 'olivetti-mode)
|
||||
(add-hook 'org-mode-hook 'org-indent-mode)
|
||||
(add-hook 'org-mode-hook 'visual-line-mode)
|
||||
|
|
Loading…
Reference in a new issue