cashmere

cashmere

Org Tidy

Description

org-tid is a package to clean up the properties in .

Configuration

package.el

(package! org-tidy
  :recipe (:host github :repo "jxq0/org-tidy"
           :files ("org-tidy.el")))

config.el

(require 'org-tidy)
(add-hook 'org-mode-hook #'org-tidy-mode)

Source

https://github.com/jxq0/org-tidy