Enable ‘variable-pitch-mode’ (again)
Now that I've added the ‘org-table’ face to ‘yoshi-theme’[1] I can enable the mode again and not be bothered by misaligned tables. [1]: https://git.sr.ht/~ryuslash/yoshi-theme
This commit is contained in:
parent
cff931be7e
commit
4260f75cbc
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2023.0728.120517
|
;; Version: 2023.0801.095732
|
||||||
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-bullets org-edna diminish all-the-icons olivetti form-feed org-pretty-table ob-async)
|
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-bullets org-edna diminish all-the-icons olivetti form-feed org-pretty-table ob-async)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -525,6 +525,7 @@ also move point to the start of the heading."
|
||||||
(add-hook 'org-mode-hook 'olivetti-mode)
|
(add-hook 'org-mode-hook 'olivetti-mode)
|
||||||
(add-hook 'org-mode-hook 'org-indent-mode)
|
(add-hook 'org-mode-hook 'org-indent-mode)
|
||||||
(add-hook 'org-mode-hook 'org-pretty-table-mode)
|
(add-hook 'org-mode-hook 'org-pretty-table-mode)
|
||||||
|
(add-hook 'org-mode-hook 'variable-pitch-mode)
|
||||||
(add-hook 'org-mode-hook 'visual-line-mode)
|
(add-hook 'org-mode-hook 'visual-line-mode)
|
||||||
(add-hook 'org-mode-hook 'yas-minor-mode)
|
(add-hook 'org-mode-hook 'yas-minor-mode)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue