From 7710a51986a5fc9960b30a4ab81d9a8e69577aaf Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 13 Feb 2016 16:20:17 -0800 Subject: [emacs] Binding to switch to the scratch buffer --- emacs.d/core/core-bindings.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs.d/core') 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) -- cgit 1.4.1