summarylogtreecommitdiffstats
path: root/emacs-auto-complete.install
diff options
context:
space:
mode:
authorAlex Whitt2017-06-13 11:07:45 -0400
committerAlex Whitt2017-06-13 11:07:45 -0400
commitab71e25529cfaa926ba24aeff5dbf584d395d609 (patch)
tree9364f0b4ee60de0847a160053096cdc725d22c67 /emacs-auto-complete.install
parent0772da8126cb60b0cd1aa033b793b04ec3b2f0ac (diff)
downloadaur-ab71e25529cfaa926ba24aeff5dbf584d395d609.tar.gz
Tweaking configuration hint to be more helpful, per cherno's comment
Diffstat (limited to 'emacs-auto-complete.install')
-rw-r--r--emacs-auto-complete.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs-auto-complete.install b/emacs-auto-complete.install
index e24a6d7017bb..6885f2cbae7e 100644
--- a/emacs-auto-complete.install
+++ b/emacs-auto-complete.install
@@ -4,15 +4,15 @@ cat << EOF
==> Add this code to your .emacs file to use the mode:
-(require 'auto-complete)
+(require 'auto-complete-config)
(ac-config-default)
==> Or, with use-package:
-(use-package auto-complete
+(use-package auto-complete-config
:config
(ac-config-default))
-
+
EOF
}