I've installed a few packages from elpa and melpa. Some packages don't really require that I edit my .emacs
file to add any hooks or include a (require 'fn)
line. On the other hand some packages provide instructions that explain editing the .emacs
file is part of the installation. I recently installed ace-jump-mode
and the packaging system created a directory for the package in .emacs.d
something like: ace-jump-mode-20130719.2053/
and the instructions for installation call for adding a few lines to my .emacs
file.
So there are 2 parts to this question.
- when is editing
.emacs
file required after installing a package? - Adding that path to ace-jump seems like it will break if ever I need to update the package, is there a better way of including the path in my
.emacs
file?