Skip to content

Wilfred/elisp-complete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elisp-complete

A smart contextual completion package for writing Emacs Lisp.

Features

Completion of library names inside (require) and (provide) forms.

Complete &optional etc in argument lists.

Auto insert a space after functions needing arguments.

Demo

(setq-local company-backends '(elisp-complete))
(setq-local company-minimum-prefix-length 1)

;; Now, run M-x elisp-complete in the current buffer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published