summaryrefslogtreecommitdiff
path: root/.emacs-custom.el
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2018-11-14 14:54:23 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2018-11-14 15:01:34 +0100
commit9d66f6365f0aed46b9318098c7bf4cf25073a856 (patch)
tree1cd3d332b9953af63ee197d295b5c965ad392099 /.emacs-custom.el
parentbe60ab716b0589ea15c24fe509eaa0eba066fb7f (diff)
downloaddotfiles-9d66f6365f0aed46b9318098c7bf4cf25073a856.tar.xz
Have Org files auto-indented by default
Diffstat (limited to '.emacs-custom.el')
-rw-r--r--.emacs-custom.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs-custom.el b/.emacs-custom.el
index 8072b77..0ae7e88 100644
--- a/.emacs-custom.el
+++ b/.emacs-custom.el
@@ -42,6 +42,7 @@
'(markdown-indent-on-enter 'indent-and-new-item)
'(menu-bar-mode nil)
'(minibuffer-depth-indicate-mode t)
+ '(org-startup-indented t)
'(package-archives
(quote
(("melpa" . "https://melpa.org/packages/")