From 5e81e7aea481d2808fb940f003da6c51b062b889 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Wed, 30 Jan 2019 10:21:42 -0500 Subject: [PATCH] Attempt to restore TAB functionality in help buffers --- emacs/init.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/emacs/init.org b/emacs/init.org index d932b44..4f6548b 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -428,6 +428,11 @@ Emacs has a shell for every mood! (jdormit/define-prefix "a" "applications") #+END_SRC +** Help Buffers +#+BEGIN_SRC emacs-lisp + (general-def 'motion help-mode-map "TAB" #'forward-button) +#+END_SRC + * Whitespace Visualation #+BEGIN_SRC emacs-lisp (setq whitespace-line-column 80