From ea20a06ca11d852b6020e97b945de34b0553b822 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 10 Mar 2016 19:46:58 -0800 Subject: [emacs] Rename a couple of functions --- emacs.d/core/core-bindings.el | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'emacs.d/core/core-bindings.el') diff --git a/emacs.d/core/core-bindings.el b/emacs.d/core/core-bindings.el index ee91bae..629eb54 100644 --- a/emacs.d/core/core-bindings.el +++ b/emacs.d/core/core-bindings.el @@ -4,12 +4,10 @@ (global-set-key (kbd "") 'toggle-frame-fullscreen) -(global-set-key (kbd "C-c s") 'fcuny/visit-term-buffer) +(global-set-key (kbd "C-c s") 'fc/visit-term-buffer) -(global-set-key (kbd "s-N") 'fcuny/switch-to-scratch) +(global-set-key (kbd "s-N") 'fc/switch-to-scratch) -(global-set-key (kbd "C-c b") 'fcuny/find-build-file) - -(global-set-key (kbd "C-c r") 'fcuny/build-run-target) +(define-key emacs-lisp-mode-map (kbd "C-c C-e") 'eval-buffer) (provide 'core-bindings) -- cgit 1.4.1