From 2acc9f23fa214d4b661387c17d4c19312eb49c35 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 17 Oct 2013 14:17:38 +0200 Subject: 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. --- init-bindings.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init-bindings.el') 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) -- cgit 1.4.1