summary refs log tree commit diff
path: root/emacs.d/core/core-bindings.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/core/core-bindings.el')
-rw-r--r--emacs.d/core/core-bindings.el8
1 files changed, 3 insertions, 5 deletions
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 "<s-return>") '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)