feat: Add which-func configuration
This commit is contained in:
parent
c3a188defe
commit
4aeb92eb6f
1 changed files with 13 additions and 0 deletions
13
config.org
13
config.org
|
|
@ -205,6 +205,19 @@ https://endlessparentheses.com/leave-the-cursor-at-start-of-match-after-isearch.
|
|||
)
|
||||
#+END_SRC
|
||||
|
||||
** Which-func
|
||||
|
||||
Show function we are currently in in the mode-line.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package which-func
|
||||
:ensure nil
|
||||
:defer t
|
||||
:hook
|
||||
(prog-mode-hook . which-function-mode)
|
||||
)
|
||||
#+END_SRC
|
||||
|
||||
** Abbrev
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue