ado-mode
the Hard Wayado-mode
ado-mode-1.18.5.1
.
ado-mode
. The rest of the instructions assume
you've called it ado-mode
.
ado-mode
folder,
ado-mode
folder in a place where Emacs will find it.ado-mode
folder in the place you keep your other Emacs customizations.
C-h v user-emacs-directory
.emacs
folder in a useful place.ado-mode
folder into it, and remember where you put the ado-mode
folder. (For the instructions, I'll assume you put things in this non-standard place:/Universal/Custom/emacs/ado-mode
.)(add-to-list 'load-path "/Universal/Custom/emacs/ado-mode/lisp")
(require 'ado-mode)
.emacs
file, but what is named on your system depends on the type of Emacs you are running. If you are unfamiliar with such files, open up Emacs and use C-h i
to bring up info, then type m em RET m init file
(emacese for menu emacs, and then menu init file) to read the docs on initialization files.))Now go back to the installation page to continue.