X-Git-Url: https://git.armaanb.net/?p=scdoc-mode.git;a=blobdiff_plain;f=README;h=22fb4887b3e1560b58f7052e2e23d2115eb3b4bd;hp=eecfa4c42adb40e99a5974ad38bd6aac21183676;hb=HEAD;hpb=321f15c84066f561fd6626f8a45f5b69ade99036 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))