Browse Source

Hide leading stars in org-mode

cray
Mitch Tishmack 11 years ago
parent
commit
2dce1d58ba
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      emacs/.emacs.d/emacs.org

+ 4
- 1
emacs/.emacs.d/emacs.org View File

@@ -623,7 +623,10 @@ Org-mode keybindings and settings, pretty sparse really.
("C-c c" . org-capture)
("C-c l" . org-store-link)
("C-c p" . org-latex-export-to-pdf))
:config (customize-set-variable 'org-log-done t)
:config (progn
(customize-set-variable 'org-log-done t)
(customize-set-variable 'org-hide-leading-stars t)
)
)

#+END_SRC


Loading…
Cancel
Save