Attempt to restore TAB functionality in help buffers
This commit is contained in:
parent
1b5e0194c8
commit
5e81e7aea4
@ -428,6 +428,11 @@ Emacs has a shell for every mood!
|
|||||||
(jdormit/define-prefix "a" "applications")
|
(jdormit/define-prefix "a" "applications")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** Help Buffers
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(general-def 'motion help-mode-map "TAB" #'forward-button)
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* Whitespace Visualation
|
* Whitespace Visualation
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq whitespace-line-column 80
|
(setq whitespace-line-column 80
|
||||||
|
Loading…
Reference in New Issue
Block a user