Commented not support prefix command for major mode

This commit is contained in:
syl20bnr 2015-03-01 23:50:32 -05:00
parent 293ca1c8bd
commit 36bab499e0

View file

@ -19,13 +19,11 @@
(defvar clojure-enable-fancify-symbols nil
"If non nil the `fancify-symbols' function is enabled.")
(setq clojure/key-binding-prefixes '(("md" . "documentation")
("me" . "evaluation")
("mg" . "goto")
("mr" . "refactor")
("mt" . "test")))
(mapc (lambda (x) (spacemacs/declare-prefix (car x) (cdr x)))
clojure/key-binding-prefixes)
;; not supported for now
;; (setq clojure/key-binding-prefixes '(("md" . "documentation")
;; ("me" . "evaluation")
;; ("mg" . "goto")
;; ("mr" . "refactor")
;; ("mt" . "test")))
;; (mapc (lambda (x) (spacemacs/declare-prefix (car x) (cdr x)))
;; clojure/key-binding-prefixes)