summarylogtreecommitdiffstats
path: root/emacs-evil.install
diff options
context:
space:
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