summarylogtreecommitdiffstats
path: root/emacs-ctags-update.install
diff options
context:
space:
mode:
authorgéballin2021-09-01 22:19:07 +0200
committergéballin2021-09-01 22:19:07 +0200
commit9155860c48804854ca2e400c5dd7a49575d06cb7 (patch)
tree269bd95dd38ae99858b376be39b08c2cfa83924a /emacs-ctags-update.install
downloadaur-emacs-ctags-update.tar.gz
Add the emacs ctags-update module to the aur.
Diffstat (limited to 'emacs-ctags-update.install')
-rw-r--r--emacs-ctags-update.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/emacs-ctags-update.install b/emacs-ctags-update.install
new file mode 100644
index 000000000000..b2d65b324515
--- /dev/null
+++ b/emacs-ctags-update.install
@@ -0,0 +1,15 @@
+post_install () {
+
+cat << EOF
+
+==> Add this code to your .emacs file to use the mode:
+
+(require 'ctags-update)
+(ctags-global-auto-update-mode)
+
+EOF
+}
+
+post_upgrade () {
+ post_install $1
+}