From 691f4d94b527a5687e55cdc2035ef9439bbeb9d4 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Sat, 1 Aug 2020 10:45:42 -0400 Subject: [PATCH] Remove the C-x o binding to burn M-o in muscle memory --- .gitmodules | 6 ++++++ biblio.el | 1 + emacs-libvterm | 1 + global.org | 7 +++++-- 4 files changed, 13 insertions(+), 2 deletions(-) create mode 160000 biblio.el create mode 160000 emacs-libvterm diff --git a/.gitmodules b/.gitmodules index e6c840b..9d1074e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -88,3 +88,9 @@ [submodule "flyspell-lazy"] path = flyspell-lazy url = https://github.com/rolandwalker/flyspell-lazy +[submodule "emacs-libvterm"] + path = emacs-libvterm + url = https://github.com/akermu/emacs-libvterm.git +[submodule "biblio.el"] + path = biblio.el + url = https://github.com/cpitclaudel/biblio.el diff --git a/biblio.el b/biblio.el new file mode 160000 index 0000000..eb9baf1 --- /dev/null +++ b/biblio.el @@ -0,0 +1 @@ +Subproject commit eb9baf1d2bf6a073d24ccb717025baa693e98f3e diff --git a/emacs-libvterm b/emacs-libvterm new file mode 160000 index 0000000..3decc51 --- /dev/null +++ b/emacs-libvterm @@ -0,0 +1 @@ +Subproject commit 3decc51156e1b022955dc1333c3e358e20d94228 diff --git a/global.org b/global.org index cc7c0d3..4537634 100644 --- a/global.org +++ b/global.org @@ -338,13 +338,16 @@ ("" . just-activate-mark))) #+END_SRC ** Global bindings - Remove some supremely annoying bindings + Remove some supremely annoying bindings; plus, force me to use + ace-window by removing the ~C-x o~ binding + #+BEGIN_SRC emacs-lisp (mapcar (lambda (ch) (global-unset-key (kbd ch))) - '("C-z" "C-x f" "" "C-M-u" "C-M-d")) + '("C-z" "C-x f" "" "C-M-u" "C-M-d" "C-x o")) #+END_SRC + Change {up,down}-list #+BEGIN_SRC emacs-lisp (global-set-key (kbd "C-M-i") 'down-list) ;; -i stands for /in/