summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
authorAlan Pearce2015-07-11 15:43:34 +0200
committerAlan Pearce2015-07-11 15:43:34 +0200
commit47772f8899bee6bd96273c12008a45f9d0fa672b (patch)
tree57bf49a5dd0195078ac246d05f6caee47e53b3af /tag-emacs/emacs.d/init.el
parent40029783e5f8ad0edf4dc07803a4fd56660d6dc1 (diff)
downloaddotfiles-47772f8899bee6bd96273c12008a45f9d0fa672b.tar.lz
dotfiles-47772f8899bee6bd96273c12008a45f9d0fa672b.tar.zst
dotfiles-47772f8899bee6bd96273c12008a45f9d0fa672b.zip
Emacs: Improve org-mode startup time
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r--tag-emacs/emacs.d/init.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 1f8651a..8d56497 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -847,11 +847,6 @@ mouse-1: Display Line and Column Mode Menu"))))))
 
                   org-default-notes-file (concat org-directory "/notes")
 
-                  ;; Fewer asterisks, doesn't change indentation
-                  org-hide-leading-stars t
-
-                  org-startup-indented t
-
                   ;; ‘Remember’: new items at top
                   org-reverse-note-order t