From 4ae6eff607a5ebd52f8a271bf34c32f2e2fe60f6 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 19 Aug 2020 12:41:19 +0100 Subject: Remove unused kbd/install-kbds? In another refactor, I'd like to move all ad-hoc keybindings out of individual modules and into keybindings.el. --- emacs/.emacs.d/wpc/kbd.el | 8 -------- 1 file changed, 8 deletions(-) (limited to 'emacs/.emacs.d/wpc/kbd.el') diff --git a/emacs/.emacs.d/wpc/kbd.el b/emacs/.emacs.d/wpc/kbd.el index 49b346bc6ea8..ac69a5b261bd 100644 --- a/emacs/.emacs.d/wpc/kbd.el +++ b/emacs/.emacs.d/wpc/kbd.el @@ -27,9 +27,6 @@ ;; Constants ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -(defconst kbd/install-kbds? t - "When t, install keybindings defined herein.") - (defconst kbd/prefixes '((workspace . "s") (x11 . "C-s")) @@ -81,10 +78,5 @@ Values for F include: (message "[kbd] Awaiting keypress...") (message (string/format "[kbd] keycode: %s" (read-key)))) -;; (when kbd/install-kbds? -;; (general-define-key -;; :prefix "" -;; "hr" #'kbd/print-keycode)) - (provide 'kbd) ;;; kbd.el ends here -- cgit 1.4.1