From 97e861dac909fff3f0606b16292b370bd992ccfb Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 21 Jan 2023 12:53:45 -0600 Subject: Configure Info --- init.el | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/init.el b/init.el index 4a32071..edc63ab 100644 --- a/init.el +++ b/init.el @@ -213,6 +213,16 @@ #'after-frame@tab-bar))) (run-with-idle-timer 2 nil #'tab-bar-mode))) +(use-package info + :preface + (defun Info-copy-current-node-name-0 () + "Call `Info-copy-current-node-name' with a 0 prefix arg." + (interactive) + (Info-copy-current-node-name 0)) + :bind (:map Info-mode-map + ("w" . Info-copy-current-node-name-0) + ("c" . Info-copy-current-node-name))) + ;;; Applications -- cgit 1.4.1-21-gabe81