summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-02-13 16:20:17 -0800
committerFranck Cuny <franckcuny@gmail.com>2016-02-13 16:20:17 -0800
commit7710a51986a5fc9960b30a4ab81d9a8e69577aaf (patch)
treebacaba72beda1094431d52a47779f566d2fc017b /emacs.d
parent[emacs] Add a few functions (diff)
downloademacs.d-7710a51986a5fc9960b30a4ab81d9a8e69577aaf.tar.gz
[emacs] Binding to switch to the scratch buffer
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/core/core-bindings.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/core/core-bindings.el b/emacs.d/core/core-bindings.el
index e95e837..91fc32a 100644
--- a/emacs.d/core/core-bindings.el
+++ b/emacs.d/core/core-bindings.el
@@ -6,4 +6,6 @@
 
 (global-set-key (kbd "C-c C-d") 'fcuny-terminal)
 
+(global-set-key (kbd "s-N") 'switch-to-scratch)
+
 (provide 'core-bindings)