From fe089087b1036566a2be3ed9056fe0174370fe3a Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Sat, 18 Mar 2023 14:52:19 +0100 Subject: mac: remove unused keybinding --- lisp/init-mac.el | 3 --- 1 file changed, 3 deletions(-) (limited to 'lisp/init-mac.el') diff --git a/lisp/init-mac.el b/lisp/init-mac.el index bf1848b..cffe4e5 100644 --- a/lisp/init-mac.el +++ b/lisp/init-mac.el @@ -24,9 +24,6 @@ "JAVA_HOME" "SSH_AUTH_SOCK")) :config (exec-path-from-shell-initialize)) -;; add binding for toggling fullscreen -(global-set-key (kbd "M-RET") 'toggle-frame-fullscreen) - ;; use gls if available (which supports --dired option) (when (executable-find "gls") (setq insert-directory-program "gls")) -- cgit v1.2.3