diff options
Diffstat (limited to 'init-bindings.el')
-rw-r--r-- | init-bindings.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init-bindings.el b/init-bindings.el index 2242bf733e9a..24517fd36c48 100644 --- a/init-bindings.el +++ b/init-bindings.el @@ -39,8 +39,8 @@ ;; So good! (global-set-key (kbd "C-c g") 'magit-status) -;; Add a fullscreen toggle -(global-set-key (kbd "M-RET") 'toggle-frame-fullscreen) +;; Add a fullscreen toggle - TODO: reenable in next Emacs release +; (global-set-key (kbd "M-RET") 'toggle-frame-fullscreen) ;; Replace standard goto-line with goto-line-with-feedback (global-set-key (kbd "M-g g") 'goto-line-with-feedback) |