ays does it and needs modification of the source.
>
> Anyway, I found a solution; requires usage of a private var,
> unfortunately, but it does work.
>
>
> (defn eval-after-load [library form]
> (let [key
> (keyword
> (str "eval-after-load-"
Well, yes, but it always does it and needs modification of the source.
Anyway, I found a solution; requires usage of a private var,
unfortunately, but it does work.
(defn eval-after-load [library form]
(let [key
(keyword
(str "eval-after-load-" library))]
er I have loaded a
> library. Is there anything equivalent to eval-after-load in emacs, which
> enables me to do something after a namespace has been loaded? Or a file?
>
> Phil
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups &qu
I want to add some additional configuration after I have loaded a
library. Is there anything equivalent to eval-after-load in emacs, which
enables me to do something after a namespace has been loaded? Or a file?
Phil
--
--
You received this message because you are subscribed to the Google