diff options
Diffstat (limited to '.emacs.local.d/modes')
| -rw-r--r-- | .emacs.local.d/modes/org.el | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.emacs.local.d/modes/org.el b/.emacs.local.d/modes/org.el index f01718d..ff9ed9c 100644 --- a/.emacs.local.d/modes/org.el +++ b/.emacs.local.d/modes/org.el @@ -19,7 +19,7 @@  (setq org-startup-indented t        org-bullets-bullet-list '(" ") ;; no bullets, needs org-bullets package        org-ellipsis "  " ;; folding symbol -      org-pretty-entities t +      org-pretty-entities nil        org-hide-emphasis-markers t        ;; show actually italicized text instead of /italicized text/        org-agenda-block-separator "" | 
