aboutsummaryrefslogtreecommitdiff
path: root/emacs/Makefile.am
diff options
context:
space:
mode:
authorArun Isaac2021-07-06 23:46:06 +0530
committerLudovic Courtès2021-09-29 18:31:19 +0200
commit1f2b188e100cb6261d686a51692968591043f218 (patch)
tree32a4a2aa1bc0c09d501bed008f068c43f3b77d35 /emacs/Makefile.am
parent671e55bb3bbbb3467dee5d6e438ea897acda814e (diff)
downloadskribilo-1f2b188e100cb6261d686a51692968591043f218.tar.gz
skribilo-1f2b188e100cb6261d686a51692968591043f218.tar.lz
skribilo-1f2b188e100cb6261d686a51692968591043f218.zip
emacs: Add skribilo minor mode.
* emacs/skribilo.el: New file. * emacs/Makefile.am (lisp_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'emacs/Makefile.am')
-rw-r--r--emacs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/Makefile.am b/emacs/Makefile.am
index 8afd259..85d0027 100644
--- a/emacs/Makefile.am
+++ b/emacs/Makefile.am
@@ -1,5 +1,5 @@
EXTRA_DIST = skribe.el.in
-lisp_DATA = skribe.el
+lisp_DATA = skribe.el skribilo.el
CLEANFILES = $(lisp_DATA)