summaryrefslogtreecommitdiff
path: root/clojure-mode.el
Commit message (Expand)AuthorAge
* Clean up the indentation config logicBozhidar Batsov2019-01-05
* Fix a typoBozhidar Batsov2019-01-05
* Indent "let", "when" and "while" as function form if not at start (#497)Markku Rontu2019-01-05
* Add a comment about the extra project.el integration codeBozhidar Batsov2019-01-05
* Add project-roots method for project.el compatibilityVitalie Spinu2019-01-05
* Support Kotlin DSL for Gradle Projects (#502)Derek Passen2019-01-05
* [Fix #499] Extract the version from the package headerBozhidar Batsov2018-11-19
* [#499] Update clojure-mode-versionBozhidar Batsov2018-11-19
* Handle unbalanced parens in custom beginning of defun fndan sutton2018-10-25
* Fix font-lock of type hintsVitalie Spinu2018-10-25
* Improve a bit of codeBozhidar Batsov2018-10-05
* Fix a docstring and a compilation warningBozhidar Batsov2018-10-05
* Fix a :package-version propertyBozhidar Batsov2018-10-05
* Fix typo (#491)Michael Bruce2018-10-01
* [Fix #489] Inserting parens before comment form doesn't move point (#490)dpsutton2018-10-01
* Fix a typoBozhidar Batsov2018-09-25
* [Fix #481] Introduce `clojure-align-separator` defcustomvemv2018-09-25
* Bump the development versionBozhidar Batsov2018-08-27
* [Fix #483] Support alignment for reader conditionals (#486)vemv2018-08-27
* Update changelogBozhidar Batsov2018-08-27
* Fix bug in end-of-defundan sutton2018-08-27
* Release 5.9.0Bozhidar Batsov2018-08-18
* Make `beginning-of-defun` aware of clojure comment formdan sutton2018-08-16
* Cut 5.8.2Bozhidar Batsov2018-08-09
* Update a couple of error messagesBozhidar Batsov2018-07-29
* Disable ns caching by defaultBozhidar Batsov2018-07-26
* Add a note about using `clojure-update-ns` in conjunction with ns cachingBozhidar Batsov2018-07-25
* Bump the required Emacs version to 25.1Bozhidar Batsov2018-07-09
* Bump the development versionBozhidar Batsov2018-07-09
* Release 5.8.1Bozhidar Batsov2018-07-03
* Fix the project.el integrationBozhidar Batsov2018-06-30
* Fix a link nameBozhidar Batsov2018-06-27
* Bump the development versionBozhidar Batsov2018-06-27
* Fix a couple of docstringsBozhidar Batsov2018-06-26
* Release 5.8.0Bozhidar Batsov2018-06-26
* Add some basic integration with project.elBozhidar Batsov2018-06-26
* Bump the development versionBozhidar Batsov2018-06-08
* Expand a bit on clojure-build-tool-filesBozhidar Batsov2018-06-08
* Update the ns cache automatically in clojure-update-nsBozhidar Batsov2018-06-08
* [Fix #478] Cache the result of clojure-find-ns to optimize its performanceBozhidar Batsov2018-06-08
* Add shadow-cljs.edn to the default build tool files listcnd2018-06-05
* [clojure-emacs/cider#2281] Cache the results of clojure-project-dirBozhidar Batsov2018-05-26
* Indent clojure.spec/fdef differently (#476)Ghadi Shayban2018-05-16
* Release 5.7.0Bozhidar Batsov2018-04-29
* [Fix #467] Make `prog-mode-map` the parent keymap for `clojure-mode-map`Bozhidar Batsov2018-03-30
* Update a docstring to reflect some recent changesBozhidar Batsov2018-03-30
* Fix regression to CIDER's dynamic syntax highlighting #474Bost2018-03-27
* Fix font-locking of namespaced keywordsRostislav Svoboda2018-03-27
* Numerous font-locking fixes and improvementsRostislav Svoboda2018-03-13
* [Fix #471] Add support for tagged maps (#472)Evan Moses2018-03-13