I've activated visual line mode in Emacs with
M-x global-visual-line-mode .
However (only) in Agenda buffers I'd like to autamatically use truncate long lines instead.
How can I enable that? Do I have to modify the agenda commands?
|
I've activated visual line mode in Emacs with
However (only) in Agenda buffers I'd like to autamatically use How can I enable that? Do I have to modify the agenda commands? |
|||
|
|
|
A hook is a list of functions ran on particular occasion. Most modes, if not all, have at least one hook, generally named You can see if a hook exists and inspect its value with C-hv In your case, you want to configure
|
|||
|
|