From 4f2bbb9d87aaab2b45083a360ecca905b488b61d Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 25 Nov 2021 02:57:49 +0000 Subject: shortcuts for find-library/function/variable --- init.org | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'init.org') diff --git a/init.org b/init.org index 98cd596..09d877c 100644 --- a/init.org +++ b/init.org @@ -362,7 +362,7 @@ #+end_src ***** nobreak char display #+begin_src emacs-lisp - ;; (setq nobreak-char-display nil) + (setq nobreak-char-display nil) #+end_src ***** list-fonts-display #+begin_src emacs-lisp @@ -433,10 +433,16 @@ (global-font-lock-mode 1) #+end_src * Help system -*** Help buffers +*** Help buffers and shortcuts #+begin_src emacs-lisp (setq help-window-select t help-link-key-to-documentation t) + + (use-package find-func + :bind (("C-h C-v" . find-variable) + ("C-h C-f" . find-function) + ("C-h C-k" . find-function-on-key) + ("C-h C-l" . find-library))) #+end_src *** eldoc #+begin_src emacs-lisp -- cgit v1.2.3