From 74d252df97ccee6b407aa79d0d763090346b3b14 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 8 Jul 2013 16:54:54 +0200 Subject: Emacs: Added init-bindings.el, removed starter-kit-bindings --- emacs.d/init.el | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'emacs.d/init.el') diff --git a/emacs.d/init.el b/emacs.d/init.el index e27a15f84e25..866f18f7280f 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -14,8 +14,7 @@ (package-refresh-contents)) ;; Important packages -(defvar my-pkgs '(starter-kit-bindings - haskell-mode +(defvar my-pkgs '(haskell-mode markdown-mode magit leuven-theme @@ -35,6 +34,7 @@ (load "~/.emacs.d/init-functions.el") (load "~/.emacs.d/init-settings.el") (load "~/.emacs.d/init-modes.el") +(load "~/.emacs.d/init-bindings.el") (setq custom-file "~/.emacs.d/init-custom.el") (load custom-file) @@ -50,8 +50,5 @@ ;; Seed RNG (random t) -;; Add a fullscreen toggle -(global-set-key (kbd "M-RET") 'toggle-frame-fullscreen) - ;; Start server for emacsclient (server-start) -- cgit 1.4.1