<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)