evil/incf/add-to-list

Barry OReilly gundaetiapo at gmail.com
Thu Dec 19 06:11:04 CET 2013


> and in the process i noticed that i don't need any of the
> add-to-list's in order to run the (require '...)'s manually (via
> ^x^e), but i do need them if i want the require's to run in my
> .emacs!

Call (package-initialize), as explained at
http://www.emacswiki.org/emacs/ELPA

> now, to use incf i also need:
>
> (add-to-list 'load-path "/usr/local/share/emacs/24.3/lisp/emacs-lisp")
> (require 'cl)

You shouldn't need these lines. (require 'cl-lib) and use cl-incf.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ourproject.org/pipermail/implementations-list/attachments/20131219/aeebc5eb/attachment.htm 


More information about the implementations-list mailing list