Prevent the menu-bar to steal one of my bindings

master
Jacopo De Simoi 2 years ago
parent bf497c8aa9
commit 96f3deac53
  1. 2
      global.org

@ -483,6 +483,8 @@
("<M-f18>" . jump-to-mark) ("<M-f18>" . jump-to-mark)
("<S-f17>" . just-activate-mark) ("<S-f17>" . just-activate-mark)
("<S-f18>" . just-activate-mark))) ("<S-f18>" . just-activate-mark)))
(advice-add 'menu-bar-enable-clipboard :override (lambda ())) ; prevent the menu-bar from stealing my binding
#+end_src #+end_src
** Global bindings ** Global bindings
Remove some bindings that I find supremely annoying. Remove some bindings that I find supremely annoying.

Loading…
Cancel
Save