From c9bae126774c744837b87c4526d469429da5d284 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 19 Jun 2014 00:57:58 -0400 Subject: Add shell scratch buffer --- lisp/init-buffile.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/init-buffile.el') diff --git a/lisp/init-buffile.el b/lisp/init-buffile.el index 135103b..15e3d54 100644 --- a/lisp/init-buffile.el +++ b/lisp/init-buffile.el @@ -92,6 +92,7 @@ user." (km/make-find-scratch-func "elisp" ".el") (km/make-find-scratch-func "python" ".py") +(km/make-find-scratch-func "shell" ".sh") (km/make-find-scratch-func "r" ".r") (km/make-find-scratch-func "haskell" ".hs") (km/make-find-scratch-func "org" ".org") @@ -99,6 +100,7 @@ user." (define-key scratch-map "e" 'km/find-scratch-elisp) (define-key scratch-map "p" 'km/find-scratch-python) +(define-key scratch-map "s" 'km/find-scratch-shell) (define-key scratch-map "r" 'km/find-scratch-r) (define-key scratch-map "h" 'km/find-scratch-haskell) (define-key scratch-map "o" 'km/find-scratch-org) -- cgit v1.2.3