* .emacs.d/lisp/bandali-org.el: Disable org-indent-mode for now.
authorAmin Bandali <bandali@kelar.org>
Mon, 30 May 2022 02:09:12 +0000 (22:09 -0400)
committerAmin Bandali <bandali@kelar.org>
Mon, 30 May 2022 02:09:12 +0000 (22:09 -0400)
It doesn't seem to play nice with `display-fill-column-indicator'; and
since I recently started using that (and very much like it), don't
turn this on anymore for now.

.emacs.d/lisp/bandali-org.el

index 940e556..9ffa538 100644 (file)
@@ -52,7 +52,9 @@
   (define-key org-mode-map (kbd "M-L") #'org-insert-last-stored-link)
   (define-key org-mode-map (kbd "M-O") #'org-toggle-link-display)
   ;; hooks
-  (add-hook 'org-mode-hook #'org-indent-mode)
+  ;; `org-indent-mode' doesn't seem to play nice with
+  ;; `display-fill-column-indicator'.
+  ;; (add-hook 'org-mode-hook #'org-indent-mode)
   (add-hook 'org-mode-hook #'auto-fill-mode)
   (add-hook 'org-mode-hook #'flyspell-mode)