Skip to content

coldnew/ac-octave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Emacs Logo

ac-octave.el

An auto-complete source for Octave


License GPLv2 MELPA MELPA Stable

Installation

If you have melpa and emacs24 installed, simply type:

M-x package-install ac-octave

Add following lines to your init file:

(require 'ac-octave)
(add-hook 'octave-mode-hook
          '(lambda () (ac-octave-setup)))

Note

If you can't use ac-octave in octave-mode, check whether auto-complete-mode is running or not.

Function and Macro Documentation

(ac-octave-init)

Start inferior-octave in background before use ac-octave.

(ac-octave-setup)

Add the Octave completion source to the front of ac-sources.


Markdown README file generated by make-readme-markdown.el