diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-10-17T12·17+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-10-17T12·17+0200 |
commit | 2acc9f23fa214d4b661387c17d4c19312eb49c35 (patch) | |
tree | 05e5d9b7742d00626220562462905c041e0bf552 /init-bindings.el | |
parent | cbecd5031d57528c39b61e16f2aad850f40b49a1 (diff) |
Cleanup and evil setup
Removed several functions from init-functions that I didn't actually use. Lots of other cleanup. The variable "is-vim-user" in init.el controls whether or not evil packages should be installed and configured.
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) |