]> git.armaanb.net Git - scdoc-mode.git/commitdiff
Update documentation
authorArmaan Bhojwani <me@armaanb.net>
Mon, 31 May 2021 00:43:20 +0000 (20:43 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Mon, 31 May 2021 00:43:20 +0000 (20:43 -0400)
README
scdoc-mode.el

diff --git a/README b/README
index eecfa4c42adb40e99a5974ad38bd6aac21183676..22fb4887b3e1560b58f7052e2e23d2115eb3b4bd 100644 (file)
--- a/README
+++ b/README
@@ -3,9 +3,8 @@ scdoc-mode
 
 Emacs major mode for scdoc <https://git.sr.ht/~sircmpwn/scdoc>.
 
-Inherits mostly from org-mode. Auto-fill mode is recommended.
-
-Make sure to add the following to your init file:
+Auto-fill mode is recommended. Make sure to add the following to your
+init file:
 
        (autoload 'scdoc-mode "scdoc-mode" "Major mode for editing scdoc files" t)
        (add-to-list 'auto-mode-alist '("\\.scd\\'" . scdoc-mode))
index 4e98d67b2d589133c8726a2799e84dcbf387d03d..e95af4809fc3153646092ab9ef2a60d99075efe7 100644 (file)
@@ -8,8 +8,8 @@
 ;; URL: https://git.armaanb.net/scdoc-mode
 
 ;;; Commentary:
-;; Inherits mostly from org-mode.  auto-fill-mode is reccomended.
-;; Make sure to add the following to your init file:
+;; auto-fill-mode is reccomended.  Make sure to add the following to
+;; your init file:
 ;;
 ;; (autoload 'scdoc-mode "scdoc-mode" "Major mode for editing scdoc files" t)
 ;; (add-to-list 'auto-mode-alist '("\\.scd\\'" . scdoc-mode))