summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-05-09 20:36:32 -0500
committerCase Duckworth2022-05-09 20:36:32 -0500
commit3cb2f98be42b53aeea5edb65c9c1bde08a8496b1 (patch)
treede71c6862970519cc34e5cc38119b4d25d5c0362 /init.el
parentDon't query to install pdf-tools (diff)
downloademacs-3cb2f98be42b53aeea5edb65c9c1bde08a8496b1.tar.gz
emacs-3cb2f98be42b53aeea5edb65c9c1bde08a8496b1.zip
meh
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 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