An auto-complete source for Octave
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)))
If you can't use ac-octave in octave-mode,
check whether auto-complete-mode
is running or not.
Start inferior-octave in background before use ac-octave.
Add the Octave completion source to the front of ac-sources
.
Markdown README file generated by
make-readme-markdown.el