From c4cbde36311c907372d57ec9d8877df587d0d2ec Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 19 Apr 2022 22:25:52 -0500 Subject: Customize Info+ --- init.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'init.el') 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'." (global-hungry-delete-mode +1)) (setup (:straight info+) - (:load-after info)) + (:load-after info) + (:option Info-fontify-isolated-quote-flag nil + Info-fontify-quotations nil + Info-saved-history-file (.etc "info-history")) + (add-hook 'Info-mode-hook #'Info-variable-pitch-text-mode)) (setup (:straight isearch-mb) ;; This complicatedness is an attempt to make it easier to add and -- cgit 1.4.1-21-gabe81