From e93537df02b7144472118aff93347843a246299a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 25 Jan 2019 14:00:06 +0100 Subject: emacs: don't unset some bindings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.org | 5 ----- 1 file changed, 5 deletions(-) (limited to 'emacs') diff --git a/emacs/init.org b/emacs/init.org index 3ca78dc..d26ffbf 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -832,11 +832,6 @@ First of all, let's define a function that will be called whenever Evil is loade (define-key global-map (kbd "M-h") 'help-command) (fset 'help-command help-map) - ; I use the Super key in combination with j & k to move around i3. Let's unset - ; M- combos for these two fellows for whenever I misstype them. - (global-unset-key (kbd "M-j")) - (global-unset-key (kbd "M-k")) - ; Go back to Emacs' bindings on beginning/end of line. (eval-after-load "evil-maps" (dolist (map '(evil-motion-state-map -- cgit v1.2.3