Thread: Emacs on N9
View Single Post
Guest | Posts: n/a | Thanked: 0 times | Joined on
#24
Originally Posted by toebaer View Post
This worked, thanks.

I had to start with:

/usr/local/bin/emacs-24.3 -nw

looks ok, will try a little using fingerterm

Thanks very much!
Now, you should probably add /usr/local/bin to your PATH and alias emacs='emacs -nw'

edit ~/.profile and add

Code:
 
export PATH=$PATH:/usr/local/bin
alias emacs='emacs -nw'
 

The Following User Says Thank You to For This Useful Post: