summarylogtreecommitdiffstats
path: root/emacs-py-autopep8.install
diff options
context:
space:
mode:
authorAlex Whitt2017-05-04 16:11:45 -0400
committerAlex Whitt2017-05-04 16:11:45 -0400
commitd7e4735d31f328d19308d164a8e3b25a92785d55 (patch)
tree3150849bc3e0e00a2e203221c8dee8ceced5e056 /emacs-py-autopep8.install
downloadaur-d7e4735d31f328d19308d164a8e3b25a92785d55.tar.gz
Initial commit
Diffstat (limited to 'emacs-py-autopep8.install')
-rw-r--r--emacs-py-autopep8.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/emacs-py-autopep8.install b/emacs-py-autopep8.install
new file mode 100644
index 000000000000..17c9f6314202
--- /dev/null
+++ b/emacs-py-autopep8.install
@@ -0,0 +1,18 @@
+post_install () {
+
+cat << EOF
+
+==> Add this code to your .emacs file to use the mode:
+
+(require 'pcap-mode)
+
+==> Or, with use-package:
+
+(use-package pcap-mode)
+
+EOF
+}
+
+post_upgrade () {
+ post_install $1
+}