From 191a223a1debbd9501cf8a096b5c5efd2119ab50 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 2 Apr 2022 13:55:44 -0500 Subject: Add $INFOPATH to Info-additional-directory-list --- init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index a128832..8762175 100644 --- a/init.el +++ b/init.el @@ -428,6 +428,8 @@ (setup info (:also-load +Info) + (dolist (dir (split-string (getenv "INFOPATH") ":" t)) + (add-to-list 'Info-additional-directory-list dir)) (:with-mode Info-mode ; -_- (:hook #'reading-mode) (:bind "c" #'+Info-copy-current-node-name -- cgit 1.4.1-21-gabe81