Personal emacs config
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
216 B

  1. (define-package "auto-complete" "1.5.1" "Auto Completion for GNU Emacs"
  2. '((popup "0.5.0")
  3. (cl-lib "0.5"))
  4. :commit "0655b7f1e6c0f8475adc55f2b86404a877f26a77")
  5. ;; Local Variables:
  6. ;; no-byte-compile: t
  7. ;; End: