<div dir="ltr">> and in the process i noticed that i don't need any of the<br>> add-to-list's in order to run the (require '...)'s manually (via<br>> ^x^e), but i do need them if i want the require's to run in my<br>
> .emacs!<br><br>Call (package-initialize), as explained at <a href="http://www.emacswiki.org/emacs/ELPA">http://www.emacswiki.org/emacs/ELPA</a><br><br>> now, to use incf i also need:<br>><br>> (add-to-list 'load-path "/usr/local/share/emacs/24.3/lisp/emacs-lisp")<br>
> (require 'cl)<br><br>You shouldn't need these lines. (require 'cl-lib) and use cl-incf.<br><div class="gmail_extra"><br></div></div>