diff options
-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 |