Parcourir la source

Hide leading stars in org-mode

cray
Mitch Tishmack il y a 11 ans
Parent
révision
2dce1d58ba
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. +4
    -1
      emacs/.emacs.d/emacs.org

+ 4
- 1
emacs/.emacs.d/emacs.org Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer