Re: eval-after-load

2013-10-30 Thread Phillip Lord
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-"

Re: eval-after-load

2013-10-29 Thread Phillip Lord
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))]

Re: eval-after-load

2013-10-28 Thread Cedric Greevey
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

eval-after-load

2013-10-28 Thread Phillip Lord
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