diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/emacs/init.el b/emacs/init.el index e41dcf9..eb1369c 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -43,12 +43,6 @@ (define-key isearch-mode-map (kbd "C-v") 'isearch-yank-kill) (define-key isearch-mode-map (kbd "M-d") 'isearch-delete-char)) -;;; Executing commands -;;I make my caps lock a menu key, so i can open the command palette with it: - -(define-key context-menu-mode-map (kbd "<menu>") nil) -(global-set-key (kbd "<menu>") 'execute-extended-command) - ;; 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. (setopt minibuffer-depth-indicate-mode t) |