Questions tagged [which-function-mode]
The which-function-mode tag has no summary.
10 questions
0 votes
0 answers
252 views
which-func should not show eglot information in modeline
Trying to get the modeline to show the current c++ function point is in, I modified my modeline in the following way: (setq-default mode-line-format (quote (#(" &...
0 votes
1 answer
89 views
Setup which-function-mode via use-package for python only
I was looking around in foreign but public init.el files and setup a which-function-mode that use the headline instead of the modeline for it's content. I couldn't find a use-package example for that ...
0 votes
1 answer
465 views
which-function-mode and modified mode line
I modified my mode-line, but now which-function-mode stopped working: nothing is displayed. Code: (setq mode-line-position (list '(:eval (propertize "L%l " 'face nil 'help-echo "Line number")) ...
7 votes
2 answers
600 views
Display all/current CSV heading names
In CSV files (especially ones with a lot of columns and/or a lot of rows) I find that it's hard to tell which column I'm on. Normally I'd like to know either the column heading, or sometimes the ...
2 votes
0 answers
42 views
Don't display module name in which-function-mode
When using which-function-mode, emacs displays not only the current function name but also the name of the module I am in. Is there a way to have which-function-mode display only the immediate ...