diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-17 03:01:55 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-17 03:01:55 +0200 |
commit | c6184c2611d0493197f6d1ae2134089c17a583f9 (patch) | |
tree | afddfc41fb27fdf6f086363ac54bb8475a2ddbae /.config/emacs/modules/mm-keybindings.el | |
parent | f03152c06cba182971ed6099b114d08c07b07bbf (diff) |
emacs: Remove free binding that I’m using
Diffstat (limited to '.config/emacs/modules/mm-keybindings.el')
-rw-r--r-- | .config/emacs/modules/mm-keybindings.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |