From f8d87f5567299b7a0015505da043bc856a899fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20K=C3=BChne?= Date: Mon, 17 Dec 2007 20:42:31 +0000 Subject: [PATCH] Quote from James Gosling at Javapolis '07: "Still using Emacs? Shoot yourself!" --- prj.el | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 prj.el diff --git a/prj.el b/prj.el deleted file mode 100755 index 915044c58..000000000 --- a/prj.el +++ /dev/null @@ -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) -)