From: Armaan Bhojwani Date: Mon, 31 May 2021 00:43:20 +0000 (-0400) Subject: Update documentation X-Git-Url: https://git.armaanb.net/?p=scdoc-mode.git;a=commitdiff_plain;h=d5b67a01f9b17dcb49904e26f7267abad4d0153d Update documentation --- diff --git a/README b/README index eecfa4c..22fb488 100644 --- a/README +++ b/README @@ -3,9 +3,8 @@ scdoc-mode Emacs major mode for 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)) diff --git a/scdoc-mode.el b/scdoc-mode.el index 4e98d67..e95af48 100644 --- a/scdoc-mode.el +++ b/scdoc-mode.el @@ -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))