<div dir="ltr">&gt; and in the process i noticed that i don&#39;t need any of the<br>&gt; add-to-list&#39;s in order to run the (require &#39;...)&#39;s manually (via<br>&gt; ^x^e), but i do need them if i want the require&#39;s to run in my<br>
&gt; .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>&gt; now, to use incf i also need:<br>&gt;<br>&gt; (add-to-list &#39;load-path &quot;/usr/local/share/emacs/24.3/lisp/emacs-lisp&quot;)<br>
&gt; (require &#39;cl)<br><br>You shouldn&#39;t need these lines. (require &#39;cl-lib) and use cl-incf.<br><div class="gmail_extra"><br></div></div>