SystemCrafters / crafted-emacs

A sensible base Emacs configuration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[craftedv2beta] Use org-indent-mode in crafted-org

jvdydev opened this issue · comments

Noticed that org-indent-mode is not activated by default (part of org).

I personally think it helps a lot with making org more naturally readable,
without having to micro-manage indentation oneself.

Activation could be in crafted-org-config.el:

(add-hook 'org-mode-hook #'org-indent-mode)

Not opposed. PR?