[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fix melpa installation
Michael Heerdegen <michael_heerdegen@xxxxxx> writes:
> > So, now I'd like to revert the
> > emacs-w3m home page so to show only (require 'w3m-load). ;-)
>
> Ok, I hope it's reliable. Anyway, works fine here, and wrapped in
> `eval-and-compile' it's also enough for compiling my init file.
Though, when you put the `require' form at top-level, `eval-and-compile'
is not needed: w3m will be loaded when compiling and when loading. It's
per se special to the compiler.
Michael.