We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30fed9 commit 6b6e2b4Copy full SHA for 6b6e2b4
clojure-mode.el
@@ -6,7 +6,7 @@
6
;; Lennart Staflin <lenst@lysator.liu.se>
7
;; Phil Hagelberg <technomancy@gmail.com>
8
;; URL: http://www.emacswiki.org/cgi-bin/wiki/ClojureMode
9
-;; Version: 1.4
+;; Version: 1.5
10
;; Keywords: languages, lisp
11
12
;; This file is not part of GNU Emacs.
@@ -48,11 +48,6 @@
48
;; (defun lisp-enable-paredit-hook () (paredit-mode 1))
49
;; (add-hook 'clojure-mode-hook 'lisp-enable-paredit-hook)
50
51
-;;; Todo:
52
-
53
-;; * make install command more recoverable
54
-;; * hashbang is also a valid comment character
55
56
;;; License:
57
58
;; This program is free software; you can redistribute it and/or
0 commit comments