ac-octave

Homepage: https://github.com/coldnew/ac-octave

Author: coldnew

Updated:

Summary

An auto-complete source for Octave

Commentary

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)))
```

Dependencies