Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 41a1f81

Browse filesBrowse files
committed
Touch up the previous commit
1 parent e201ed6 commit 41a1f81
Copy full SHA for 41a1f81

File tree

1 file changed

+7
-6
lines changed
Filter options

1 file changed

+7
-6
lines changed

‎clojure-mode.el

Copy file name to clipboardExpand all lines: clojure-mode.el
+7-6Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
;; Maintainer: Bozhidar Batsov <bozhidar@batsov.dev>
1313
;; URL: https://github.com/clojure-emacs/clojure-mode
1414
;; Keywords: languages clojure clojurescript lisp
15-
;; Version: 5.18.1
15+
;; Version: 5.19.0-snapshot
1616
;; Package-Requires: ((emacs "25.1"))
1717

1818
;; This file is not part of GNU Emacs.
@@ -192,7 +192,7 @@ to indent keyword invocation forms.
192192
(const :tag "Indent like a macro body" 'always-indent)
193193
(const :tag "Indent like a macro body unless first arg is on the same line"
194194
'align-arguments))
195-
:package-version '(clojure-mode . "5.14.0"))
195+
:package-version '(clojure-mode . "5.19.0"))
196196

197197
(defcustom clojure-use-backtracking-indent t
198198
"When non-nil, enable context sensitive indentation."
@@ -1851,12 +1851,13 @@ Requires the macro's NAME and a VALUE."
18511851
value))
18521852

18531853
(defcustom clojure-enable-indent-specs t
1854-
"Honor indent specs, either set via metadata on the
1855-
function/macro, or via `define-clojure-indent'. Set this to `nil'
1856-
to get uniform formatting of all forms."
1854+
"Control whether to honor indent specs.
1855+
They can be either set via metadata on the function/macro, or via
1856+
`define-clojure-indent'. Set this to nil to get uniform
1857+
formatting of all forms."
18571858
:type 'boolean
18581859
:safe #'booleanp
1859-
:package-version '(clojure-mode . "5.14.0"))
1860+
:package-version '(clojure-mode . "5.19.0"))
18601861

18611862
(defcustom clojure-defun-indents nil
18621863
"List of additional symbols with defun-style indentation in Clojure.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.