summary refs log tree commit diff
path: root/emacs.d/core/core-bindings.el
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-07-03 13:25:44 -0700
committerFranck Cuny <franckcuny@gmail.com>2016-07-03 13:25:44 -0700
commit1346ffa38cd554571171a1b4fb20b3ad7faf2c3d (patch)
tree6ef7fba9fdb1aeca973747153d8a2528167d3fe6 /emacs.d/core/core-bindings.el
parent[bash] clean up a little bit the configuration (diff)
downloademacs.d-1346ffa38cd554571171a1b4fb20b3ad7faf2c3d.tar.gz
[emacs] move everything back to one file for now.
Diffstat (limited to 'emacs.d/core/core-bindings.el')
-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)