summaryrefslogtreecommitdiffstats
path: root/lisp/init-mac.el
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2023-03-18 14:52:19 +0100
committerMartin Polden <mpolden@mpolden.no>2023-03-18 14:52:19 +0100
commitfe089087b1036566a2be3ed9056fe0174370fe3a (patch)
tree5320806df7d55a248a139dbc87d53abca94d6739 /lisp/init-mac.el
parent9279287f65aa7d656d0c1787a0aa87f6d4df3671 (diff)
mac: remove unused keybinding
Diffstat (limited to 'lisp/init-mac.el')
-rw-r--r--lisp/init-mac.el3
1 files changed, 0 insertions, 3 deletions
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"))