Homepage: https://github.com/coldnew/ac-octave
Author: coldnew
Updated:
An auto-complete source for Octave
Installation: If you have `melpa' and `emacs24' installed, simply type: M-x package-install ac-octave Add following lines to your init file: ```elisp (require 'ac-octave) (add-hook 'octave-mode-hook '(lambda () (ac-octave-setup))) ```