diff options
author | Case Duckworth | 2022-04-19 22:25:52 -0500 |
---|---|---|
committer | Case Duckworth | 2022-04-19 22:25:52 -0500 |
commit | c4cbde36311c907372d57ec9d8877df587d0d2ec (patch) | |
tree | 07a5071814010cd30715574bdea13fb2061b7246 | |
parent | Remove org-contacts (diff) | |
download | emacs-c4cbde36311c907372d57ec9d8877df587d0d2ec.tar.gz emacs-c4cbde36311c907372d57ec9d8877df587d0d2ec.zip |
Customize Info+
-rw-r--r-- | init.el | 6 |
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 |