diff options
author | Armaan Bhojwani <me@armaanb.net> | 2021-05-30 20:43:20 -0400 |
---|---|---|
committer | Armaan Bhojwani <me@armaanb.net> | 2021-05-30 20:43:20 -0400 |
commit | d5b67a01f9b17dcb49904e26f7267abad4d0153d (patch) | |
tree | c340330a9c483aae74c95c6fe6be1fc1bc58532c | |
parent | 321f15c84066f561fd6626f8a45f5b69ade99036 (diff) | |
download | scdoc-mode-d5b67a01f9b17dcb49904e26f7267abad4d0153d.tar.gz |
Update documentation
-rw-r--r-- | README | 5 | ||||
-rw-r--r-- | scdoc-mode.el | 4 |
2 files changed, 4 insertions, 5 deletions
@@ -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)) 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)) |