I think all you need to do is move the loading of CEDET to be AFTER the
setting of your srecode template directories.
Perhaps the default should be moved if the .emacs.d directory is a
better place?
Eric
On 08/29/2010 02:05 PM, Mandar Mitra wrote:
> (CEDET 1.0)
>
> I have the following lines in the custom-set-variables section of my
> .emacs:
>
> '(srecode-map-load-path (quote ("~/.emacs.d/cedet/srecode/templates/" "~/.emacs.d/.srecode/")))
> '(srecode-map-save-file "/home/mandar/.emacs.d/.srecode/srecode-map")
>
>
> Yet, on startup, I'm asked
>
> Create dir /home/mandar/.srecode/? (y or n)
>
> and if I type y, srecode-map gets created in ~/.srecode rather than where
> I'd like it.
>
> Am I doing something wrong? Thanks for any suggestions,
> Mandar.
|