summaryrefslogtreecommitdiff
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
parentbe60ab716b0589ea15c24fe509eaa0eba066fb7f (diff)
downloaddotfiles-9d66f6365f0aed46b9318098c7bf4cf25073a856.tar.xz
Have Org files auto-indented by default
-rw-r--r--.emacs1
-rw-r--r--.emacs-custom.el1
2 files changed, 2 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 3a5550a..f7bb6d2 100644
--- a/.emacs
+++ b/.emacs
@@ -105,6 +105,7 @@
(delight 'flyspell-mode (propertize "πŸ–‹" 'face 'flyspell-incorrect) "flyspell")
(delight 'hs-minor-mode "…" "hideshow")
(delight 'isearch-mode "πŸ”" "isearch")
+(delight 'org-indent-mode "Β»" "org-indent")
(delight 'magit-blame-mode "☞" "magit-blame")
(delight 'page-break-lines-mode nil "page-break-lines")
(delight 'scroll-lock-mode "πŸ“œ" "scroll-lock")
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/")