mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Hide org mode markup symbols
...and also bind `visible-mode` for when i want to see the markup.
This commit is contained in:
parent
ed948d2276
commit
d6bce5d846
3
init.org
3
init.org
@ -963,6 +963,8 @@
|
||||
:defer t
|
||||
:config
|
||||
(setq org-adapt-indentation t
|
||||
org-hide-leading-stars t
|
||||
org-hide-emphasis-markers t
|
||||
org-src-fontify-natively t
|
||||
org-edit-src-content-indentation 0))
|
||||
|
||||
@ -1966,6 +1968,7 @@
|
||||
(define-key custom-bindings-map (kbd "M-]") 'other-frame)
|
||||
(define-key custom-bindings-map (kbd "C-j") 'newline-and-indent)
|
||||
(define-key custom-bindings-map (kbd "C-c s") 'ispell-word)
|
||||
(define-key custom-bindings-map (kbd "C-c v") 'visible-mode)
|
||||
|
||||
#+end_src
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user