summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
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