Quote from James Gosling at Javapolis '07: "Still using Emacs? Shoot yourself!"

This commit is contained in:
Lars Kühne 2007-12-17 20:42:31 +00:00
parent 1fe8bcab1a
commit f8d87f5567
1 changed files with 0 additions and 11 deletions

11
prj.el
View File

@ -1,11 +0,0 @@
;; Configuration for JDEE (Java Development Environment for Emacs)
(jde-set-project-name "checkstyle")
(jde-set-variables
'(jde-db-source-directories (quote ("./src/checkstyle/")))
'(jde-global-classpath (quote ("./classes/checkstyle" "./classes/tests" "./dist/checkstyle-1.4/jakarta-regexp-1.2.jar")))
'(jde-run-application-class "com.puppycrawl.tools.checkstyle.Main")
'(jde-run-option-application-args (quote ("VerifierImpl.java")))
;; indent each level of indentation by 4 spaces
'(c-basic-offset 4)
)