From c6184c2611d0493197f6d1ae2134089c17a583f9 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 17 Oct 2024 03:01:55 +0200 Subject: emacs: Remove free binding that I’m using MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/emacs/modules/mm-keybindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/emacs/modules/mm-keybindings.el b/.config/emacs/modules/mm-keybindings.el index 3eab35c..56a7f63 100644 --- a/.config/emacs/modules/mm-keybindings.el +++ b/.config/emacs/modules/mm-keybindings.el @@ -4,7 +4,7 @@ ;; The following keys are either unbound and are free to populate, or are ;; bound to functions I don’t care for: -;; ‘C-i’, ‘C-j’, ‘C-o’, ‘C-.’, ‘C-{’, ‘C-}’, ‘C-|’, ‘C-/’, ‘C-\;’, ‘C-:’ +;; ‘C-i’, ‘C-j’, ‘C-o’, ‘C-{’, ‘C-}’, ‘C-|’, ‘C-/’, ‘C-\;’, ‘C-:’ ;;; Helper Macros -- cgit v1.2.3