spacemacs/contrib/colors/config.el

10 lines
465 B
EmacsLisp
Raw Normal View History

2014-12-18 05:12:04 +00:00
;; ---------------------------------------------------------------------------
;; Prefixes
;; ---------------------------------------------------------------------------
(setq spacemacs/key-binding-prefixes '(("C" . "colors")
("Ci" . "colors-identifiers")
("tC" . "toggles-colors")))
(mapc (lambda (x) (spacemacs/declare-prefix (car x) (cdr x)))
spacemacs/key-binding-prefixes)