diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/init.el b/init.el index b4fade6..172787c 100644 --- a/init.el +++ b/init.el | |||
@@ -802,6 +802,12 @@ | |||
802 | (:require +scratch) | 802 | (:require +scratch) |
803 | (:option initial-major-mode #'lisp-interaction-mode | 803 | (:option initial-major-mode #'lisp-interaction-mode |
804 | initial-scratch-message (+scratch-fortune)) | 804 | initial-scratch-message (+scratch-fortune)) |
805 | (:+leader "." #'+scratch-switch-to-scratch | ||
806 | "C-." #'+scratch-switch-to-scratch | ||
807 | "," #'+scratch-switch-to-text | ||
808 | "C-," #'+scratch-switch-to-text) | ||
809 | (+with-ensure-after-init | ||
810 | (+scratch-text-scratch)) | ||
805 | (add-hook 'kill-buffer-query-functions #'+scratch-immortal)) | 811 | (add-hook 'kill-buffer-query-functions #'+scratch-immortal)) |
806 | 812 | ||
807 | (setup shr | 813 | (setup shr |