;;; The EDE persistent cache.
;;
(defcustom ede-project-placeholder-cache-file
- (expand-file-name "ede-projects" user-emacs-directory)
+ (expand-file-name "ede-projects.el" user-emacs-directory)
"File containing the list of projects EDE has viewed."
:group 'ede
:type 'file)
"The current map for global SRecode templates.")
(defcustom srecode-map-save-file
- (expand-file-name "srecode-map" user-emacs-directory)
+ (expand-file-name "srecode-map.el" user-emacs-directory)
"The save location for SRecode's map file.
If the save file is nil, then the MAP is not saved between sessions."
:group 'srecode