summaryrefslogtreecommitdiff
path: root/lisp/org-custom.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-06-07 08:23:47 -0400
committermattkae <mattkae@protonmail.com>2022-06-07 08:23:47 -0400
commitbd18a38c2898548a3664a9ddab9f79c84f2caf4a (patch)
tree95b9933376770381bd8859782ae763be81c2d72b /lisp/org-custom.el
parentb07628dddf418d4f47b858e6c35fd3520fbaeed2 (diff)
parentef160dea332af4b4fe5e2717b962936c67e5fe9e (diff)
Merge conflict
Diffstat (limited to 'lisp/org-custom.el')
-rw-r--r--lisp/org-custom.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/org-custom.el b/lisp/org-custom.el
index 4323cae..8d7e42e 100644
--- a/lisp/org-custom.el
+++ b/lisp/org-custom.el
@@ -46,7 +46,9 @@
(visual-line-mode)
(require 'org-bullets)
- (org-bullets-mode +1)
+ (org-bullets-mode 1)
+ (org-indent-mode 1)
+ (visual-line-mode 1)
(setq org-blank-before-new-entry (quote ((heading . nil)
(plain-list-item . nil))))