Questions tagged [view-mode]
The view-mode tag has no summary.
5 questions
0 votes
1 answer
42 views
disable view-read-only for some major modes
The view-read-only variable, when set, ensures view-mode is enabled on all read-only buffers, which I find generally good. But sometimes, the major mode already has similar functionality, so I'd ...
2 votes
2 answers
4k views
Org-mode column view: align values right or center
When I use org column view with my custom price property the numbers are aligned left which looks weird. How can I make them align right in column view? Example #+COLUMNS: %25ITEM %TODO %TAGS %PRICE *...
1 vote
0 answers
104 views
view-scroll-half-page-forward messes up scrolling
I have the following in my config (setq scroll-preserve-screen-position 1) ;;scroll window up/down by one line (global-set-key (kbd "s-n") (kbd "C-u 1 C-v")) (global-set-key (kbd &...