diff options
| author | Raúl Benencia <rul@kalgan.cc> | 2019-07-20 17:22:01 -0300 | 
|---|---|---|
| committer | Raúl Benencia <rul@kalgan.cc> | 2019-07-20 17:22:01 -0300 | 
| commit | ea53ff851d9fc6d6870943d7a52dd0ee28f5c2a4 (patch) | |
| tree | e58f6f80fbced02cd90128c217cb3627126394f1 /.emacs.local.d/modes | |
| parent | 6ca2c0a3f7ba7b394413430d108ac61c2498e738 (diff) | |
disable org pretty entities
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 "" | 
