michel <[email protected]> writes:

> I'm starting to use Emacs as my main text editor. Being a Vim user for
> about five years I'm still a noob on emacs.
> On pspp source folder there is an pspp-mode.el, which I suppose that is an
> major mode from emacs.
>
> My simple question is: how do I tell emacs to use it?

Put a line like this in your .emacs file:
        (load "/path/to/pspp-mode.el")
replacing the string in quotes by the location of pspp-mode.el.
-- 
Ben Pfaff 
http://benpfaff.org


_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to