summary refs log tree commit diff
path: root/emacs.d/core/core-bindings.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/core/core-bindings.el13
1 files changed, 0 insertions, 13 deletions
diff --git a/emacs.d/core/core-bindings.el b/emacs.d/core/core-bindings.el
deleted file mode 100644
index 629eb54..0000000
--- a/emacs.d/core/core-bindings.el
+++ /dev/null
@@ -1,13 +0,0 @@
-(global-set-key (kbd "M-j") 'join-line)
-
-(global-set-key (kbd "C-x C-b") 'ibuffer)
-
-(global-set-key (kbd "<s-return>") 'toggle-frame-fullscreen)
-
-(global-set-key (kbd "C-c s") 'fc/visit-term-buffer)
-
-(global-set-key (kbd "s-N") 'fc/switch-to-scratch)
-
-(define-key emacs-lisp-mode-map (kbd "C-c C-e") 'eval-buffer)
-
-(provide 'core-bindings)