summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/init.el b/init.el index 9819ca6..2be6de0 100644 --- a/init.el +++ b/init.el
@@ -847,6 +847,12 @@
847 (:require +scratch) 847 (:require +scratch)
848 (:option initial-major-mode #'lisp-interaction-mode 848 (:option initial-major-mode #'lisp-interaction-mode
849 initial-scratch-message (+scratch-fortune)) 849 initial-scratch-message (+scratch-fortune))
850 (:+leader "." #'+scratch-switch-to-scratch
851 "C-." #'+scratch-switch-to-scratch
852 "," #'+scratch-switch-to-text
853 "C-," #'+scratch-switch-to-text)
854 (+with-ensure-after-init
855 (+scratch-text-scratch))
850 (add-hook 'kill-buffer-query-functions #'+scratch-immortal)) 856 (add-hook 'kill-buffer-query-functions #'+scratch-immortal))
851 857
852(setup shr 858(setup shr