pymander / evernote-mode

Emacs interface for Evernote
166 stars 23 forks source link

Installing: Copy evernote-mode.el to your load path. #27

Closed vitaly-zdanevich closed 9 years ago

vitaly-zdanevich commented 9 years ago

I am new to Emacs and don't understand - what is mean "Copy evernote-mode.el to your load path".

pymander commented 9 years ago

Your load path is specified in the `load-path' variable in Emacs. That's where Emacs looks for files and libraries to load. You should probably read the Emacs manual to find out more about this.