help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New development for emacs's octave-mode


From: Leo Liu
Subject: Re: New development for emacs's octave-mode
Date: Mon, 29 Apr 2013 19:06:38 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (OS X 10.8.3)

On 2013-04-29 16:51 +0800, c. wrote:
> BTW, I see from your other posts that you're also on OSX, 
> any suggestion how to install your octave.el in Aquamacs?

Download the code and place it in directory ~/.emacs.d/lisp and add
these lines to your emacs init file (normally it is ~/.emacs.d/init):

(add-to-list 'load-path "~/.emacs.d/lisp")
(require 'octave)

Leo


reply via email to

[Prev in Thread] Current Thread [Next in Thread]