Skip to content

Commit

Permalink
Derive cider-inspector-mode from special-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Dec 19, 2015
1 parent 0ffa6d1 commit 491d5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cider-inspector.el
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The page size can be also changed interactively within the inspector."
(define-key map [backtab] #'cider-inspector-previous-inspectable-object) ; to BACKTAB on X.
map))

(define-derived-mode cider-inspector-mode fundamental-mode "Inspector"
(define-derived-mode cider-inspector-mode special-mode "Inspector"
"Major mode for inspecting Clojure data structures.
\\{cider-inspector-mode-map}"
Expand Down

0 comments on commit 491d5e5

Please sign in to comment.