File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# Clojure Mode
7
7
8
- Provides Emacs font-lock, indentation, and navigation for the
8
+ Provides Emacs font-lock, indentation, navigation and refactoring for the
9
9
[ Clojure(Script) programming language] ( http://clojure.org ) .
10
10
11
11
This document assumes you're familiar with Emacs. More thorough walkthroughs,
Original file line number Diff line number Diff line change 17
17
18
18
; ;; Commentary:
19
19
20
- ; ; Provides font-lock, indentation, and navigation for the Clojure
21
- ; ; programming language (http://clojure.org).
20
+ ; ; Provides font-lock, indentation, navigation and basic refactoring for the
21
+ ; ; Clojure programming language (http://clojure.org).
22
22
23
23
; ; Using clojure-mode with paredit or smartparens is highly recommended.
24
24
You can’t perform that action at this time.
0 commit comments