summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-04-02 13:55:44 -0500
committerCase Duckworth2022-04-02 13:55:44 -0500
commit191a223a1debbd9501cf8a096b5c5efd2119ab50 (patch)
treea357b08339f749d86944130059ef24ba4073c24c /init.el
parentAdd C-x C-m binding for execute-extended-command (diff)
downloademacs-191a223a1debbd9501cf8a096b5c5efd2119ab50.tar.gz
emacs-191a223a1debbd9501cf8a096b5c5efd2119ab50.zip
Add $INFOPATH to Info-additional-directory-list
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el index a128832..8762175 100644 --- a/init.el +++ b/init.el
@@ -428,6 +428,8 @@
428 428
429(setup info 429(setup info
430 (:also-load +Info) 430 (:also-load +Info)
431 (dolist (dir (split-string (getenv "INFOPATH") ":" t))
432 (add-to-list 'Info-additional-directory-list dir))
431 (:with-mode Info-mode ; -_- 433 (:with-mode Info-mode ; -_-
432 (:hook #'reading-mode) 434 (:hook #'reading-mode)
433 (:bind "c" #'+Info-copy-current-node-name 435 (:bind "c" #'+Info-copy-current-node-name