victorhge /
ac-source-elisp
Auto-complete source for Emacs Lisp.
Active repository
No license
⑂ 0 forks◯ 0 issuesUpdated Jan 16, 2015
Loading repository data…
qoocku / repository
Emacs auto-complete source for SLY's Common Lisp IDE
Emacs auto-complete for SLY Common Lisp IDE. This is straightforward clone of excellent ac-slime module where all "slime" words have been replaced with "sly" word. It works (for me at least).
Install via MELPA, or alternatively do
the following in your ~/.emacs or ~/.emacs.d/init.el init file.
(add-to-list 'load-path "/path/to/ac-sly")
(require 'ac-sly)
In either case add this to the init file as well:
(add-hook 'sly-mode-hook 'set-up-sly-ac)
(eval-after-load 'auto-complete
'(add-to-list 'ac-modes 'sly-mrepl-mode))
Selected from shared topics, language and repository description—not editorial ratings.
victorhge /
Auto-complete source for Emacs Lisp.