diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-02-13 16:20:17 -0800 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-02-13 16:20:17 -0800 |
commit | 7710a51986a5fc9960b30a4ab81d9a8e69577aaf (patch) | |
tree | bacaba72beda1094431d52a47779f566d2fc017b | |
parent | [emacs] Add a few functions (diff) | |
download | emacs.d-7710a51986a5fc9960b30a4ab81d9a8e69577aaf.tar.gz |
[emacs] Binding to switch to the scratch buffer
-rw-r--r-- | emacs.d/core/core-bindings.el | 2 |
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) |