Use immortal scratch mode

This commit is contained in:
Adam Goldsmith 2018-02-20 15:45:08 -05:00
parent 7d8d1184b7
commit 936ef53c7f
1 changed files with 5 additions and 0 deletions

View File

@ -387,6 +387,11 @@
:bind ("C-S-<right>" . forward-mark)
:bind ("C-S-<down>" . show-marks))
(use-package immortal-scratch :ensure
:config
(setq immortal-scratch-switch-to-respawned-scratch t)
(immortal-scratch-mode t))
;;;; optional external packages
(use-package arduino-mode
:mode "\\.pde\\'"