summarylogtreecommitdiffstats
path: root/emacs-evil.install
diff options
context:
space:
mode:
authorLinRs2019-04-21 20:01:09 +0800
committerLinRs2019-04-21 20:57:12 +0800
commitdf3d764002695434fcb5c14165dd874b22517939 (patch)
tree3824cd44516a1d8926b1b99bdcd758410be41de6 /emacs-evil.install
parent4544532c2af5cede260d90698a343d17eec81d65 (diff)
downloadaur-df3d764002695434fcb5c14165dd874b22517939.tar.gz
upgpkg: emacs-evil-git 1.2.14.r3.g297b8f3-1
- add `install` file - use git tag number in pkgver array - add info manual for `evil mode`
Diffstat (limited to 'emacs-evil.install')
-rw-r--r--emacs-evil.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/emacs-evil.install b/emacs-evil.install
new file mode 100644
index 000000000000..7b659fd32b50
--- /dev/null
+++ b/emacs-evil.install
@@ -0,0 +1,13 @@
+post_install() {
+cat << EOF
+
+>>> (add-to-list 'load-path "~/.emacs.d/evil")
+>>> (require 'evil)
+>>> (evil-mode 1)
+
+EOF
+}
+
+post_upgrade() {
+ post_install
+} \ No newline at end of file