Emacs and JDEE tip

As you can tell from my earlier posts I use JDEE for Java development. My configuration has grown very organically, I’ve added a little here and there. One of my configuration changes was to hide the prj.el file. The prj.el file isn’t important to see when browsing directories with dired or from bash.

I customized the name of the prj.el file:


(custom-set-variables
   '(jde-project-file-name ".jde.project"))

Renaming prj.el to .jde.project seemed to make sense to me. The previous name was a overly generic for me. Plus, I like to not see the file in my day-to-day usage.emacs dired .jde.project


About this entry