]> git.armaanb.net Git - scdoc-mode.git/blob - README
Initial commit
[scdoc-mode.git] / README
1 scdoc-mode
2 ----------
3
4 Emacs major mode for scdoc <https://git.sr.ht/~sircmpwn/scdoc>.
5
6 Inherits mostly from org-mode. Auto-fill mode is recommended.
7
8 Make sure to add the following to your init file:
9
10         (autoload 'scdoc-mode "scdoc-mode" "Major mode for editing scdoc files" t)
11         (add-to-list 'auto-mode-alist '("\\.scd\\'" . scdoc-mode))
12
13 Copyright 2021 Armaan Bhojwani, ISC licnse.