Skip to content

auto-complete source of completion-at-point

Notifications You must be signed in to change notification settings

emacsorphanage/ac-capf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ac-capf.el melpa badge melpa stable badge

auto-complete source for completion-at-point. Most code is taken from company-mode.

This auto-complete source is useful in REPL buffer like inferior-python-mode etc.

Screenshot

ac-capf

Installation

ac-capf is available on MELPA and MELPA stable

You can install ac-capf with the following command.

M-x package-install [RET] ac-capf [RET]

Command

ac-capf-setup

Set up the auto-complete source and enable auto-complete-mode.

Sample Configuration

(add-hook 'inferior-python-mode-hook 'ac-capf-setup)

About

auto-complete source of completion-at-point

Resources

Stars

Watchers

Forks

Packages

No packages published