summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-04-19 22:25:52 -0500
committerCase Duckworth2022-04-19 22:25:52 -0500
commitc4cbde36311c907372d57ec9d8877df587d0d2ec (patch)
tree07a5071814010cd30715574bdea13fb2061b7246 /init.el
parentRemove org-contacts (diff)
downloademacs-c4cbde36311c907372d57ec9d8877df587d0d2ec.tar.gz
emacs-c4cbde36311c907372d57ec9d8877df587d0d2ec.zip
Customize Info+
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/init.el b/init.el index 7e920d5..6329f56 100644 --- a/init.el +++ b/init.el
@@ -1632,7 +1632,11 @@ See also `crux-reopen-as-root-mode'."
1632 (global-hungry-delete-mode +1)) 1632 (global-hungry-delete-mode +1))
1633 1633
1634(setup (:straight info+) 1634(setup (:straight info+)
1635 (:load-after info)) 1635 (:load-after info)
1636 (:option Info-fontify-isolated-quote-flag nil
1637 Info-fontify-quotations nil
1638 Info-saved-history-file (.etc "info-history"))
1639 (add-hook 'Info-mode-hook #'Info-variable-pitch-text-mode))
1636 1640
1637(setup (:straight isearch-mb) 1641(setup (:straight isearch-mb)
1638 ;; This complicatedness is an attempt to make it easier to add and 1642 ;; This complicatedness is an attempt to make it easier to add and