summarylogtreecommitdiffstats
path: root/emacs-newlisp-mode.install
diff options
context:
space:
mode:
authorStefan Husmann2015-06-09 00:23:34 +0200
committerStefan Husmann2015-06-09 00:23:34 +0200
commit6cd2625fcf805e8e46f43da868c95d3503d5c3f0 (patch)
tree5102f595d0ae4bd1dd752341ec64e9c821a4d900 /emacs-newlisp-mode.install
downloadaur-6cd2625fcf805e8e46f43da868c95d3503d5c3f0.tar.gz
initial version
Diffstat (limited to 'emacs-newlisp-mode.install')
-rw-r--r--emacs-newlisp-mode.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/emacs-newlisp-mode.install b/emacs-newlisp-mode.install
new file mode 100644
index 000000000000..4da61dc3ea0e
--- /dev/null
+++ b/emacs-newlisp-mode.install
@@ -0,0 +1,17 @@
+post_install() {
+ echo "
+=> Autoloading:
+ ------------
+ In your .emacs or .init.el
+ (add-to-list 'auto-mode-alist '(\"\\\\.lsp\\\\'\" . newlisp-mode))
+ (add-to-list 'interpreter-mode-alist '("newlisp" . newlisp-mode))
+=> Newlisp is started with the Emacs command M-x newlisp-mode."
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}