[lispy] disable C-<number> keybindings

This commit is contained in:
contrapunctus 2021-07-31 05:38:54 +05:30
parent e7f8c4aea9
commit ea71f9a905
1 changed files with 3 additions and 1 deletions

View File

@ -2986,7 +2986,9 @@ Create advice for =lispy-pair= - if =lispy--in-string-or-comment-p= is true, sel
("(" . self-insert-command))
;; :config (setq lispy-mode-map-c-digits nil)
:config
(lispy-set-key-theme '(lispy)))
;; (dolist (key '("C-1" "C-2" "C-3" "C-4"))
;; (define-key lispy-mode-map-c-digits (kbd key) nil))
(lispy-set-key-theme '(lispy special)))
#+END_SRC
**** treemacs