Add example configuration for org-format

This commit is contained in:
Chris Barrett
2022-09-01 10:23:55 +12:00
parent 2d0b248da8
commit e95cc57f44

View File

@@ -4,6 +4,11 @@
;; Adapted from: https://emacs.stackexchange.com/a/28268
;; Example configuration:
;;
;; (use-package org-format
;; :hook (org-mode . org-format-on-save-mode))
;;; Code:
(require 'org)