Skip to content

Commit

Permalink
Add "P" binding to refactoring map
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhan0 committed Nov 16, 2021
1 parent e4ca05d commit 553f786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clojure-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ The prefixes are used to generate the correct namespace."
(define-key map (kbd "C--") #'clojure-toggle-ignore)
(define-key map (kbd "_") #'clojure-toggle-ignore-surrounding-form)
(define-key map (kbd "C-_") #'clojure-toggle-ignore-surrounding-form)
(define-key map (kbd "P") #'clojure-promote-fn-literal)
map)
"Keymap for Clojure refactoring commands.")
(fset 'clojure-refactor-map clojure-refactor-map)
Expand Down

0 comments on commit 553f786

Please sign in to comment.