Skip to main content

Questions tagged [view-mode]

0 votes
1 answer
42 views

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 ...
JeanPierre's user avatar
  • 7,587
2 votes
2 answers
4k views

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 *...
breathe_in_breathe_out's user avatar
1 vote
0 answers
104 views

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 &...
CD86's user avatar
  • 603