~edwargix/emacs.d

505d7e17204707643437e46ecdf111484a8f0819 — David Florness 7 years ago 6068bce
<f8> brings up *scratch* buffer
1 files changed, 3 insertions(+), 0 deletions(-)

M lisp/setup-keys.el
M lisp/setup-keys.el => lisp/setup-keys.el +3 -0
@@ 85,6 85,9 @@
                               (setq-local compilation-read-command nil)
                               (call-interactively 'compile)))
(global-set-key (kbd "<f6>") #'shell)
(global-set-key (kbd "<f8>") (lambda ()
                               (interactive)
                               (switch-to-buffer "*scratch*")))


(provide 'setup-keys)