summary refs log tree commit diff
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-rw-r--r--config.org6
1 files changed, 0 insertions, 6 deletions
diff --git a/config.org b/config.org
index 74a9e36..6623f8e 100644
--- a/config.org
+++ b/config.org
@@ -157,12 +157,6 @@ I make my caps lock a menu key, so i can open the command palette with it:
   (global-set-key (kbd "<menu>") 'execute-extended-command)
 #+end_src
 
-I also unbind ~M-x~ so i can use it as another keybinding.
-
-#+begin_src elisp
-  (global-unset-key (kbd "M-x"))
-#+end_src
-
 It is often useful to be able to run a command while i am already in the process of running a command in the minibuffer.  This is rarely two extended commands; usually it is completion.
 
 #+begin_src elisp