diff options
Diffstat (limited to 'pcr/auto-complete/auto-complete.install')
-rw-r--r-- | pcr/auto-complete/auto-complete.install | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/pcr/auto-complete/auto-complete.install b/pcr/auto-complete/auto-complete.install deleted file mode 100644 index 9687f5e43..000000000 --- a/pcr/auto-complete/auto-complete.install +++ /dev/null @@ -1,21 +0,0 @@ -post_install() -{ -echo " " -echo "===================================================================" -echo " " -echo "Add the following code to your .emacs:" - -echo "(add-to-list 'load-path \"/usr/share/emacs/site-lisp/auto-complete\")" -echo "(require 'auto-complete-config)" -echo "(add-to-list 'ac-dictionary-directories \"/usr/share/emacs/site-lisp/auto-complete/ac-dict\")" -echo "(ac-config-default)" -echo " " -echo "===================================================================" -echo " " - -} - -post_upgrade() -{ - post_install -} |