diff options
author | Case Duckworth | 2022-05-10 08:33:24 -0500 |
---|---|---|
committer | Case Duckworth | 2022-05-10 08:33:24 -0500 |
commit | a0b156b7e157265b4dcd2a60be2129681e40f2a6 (patch) | |
tree | d6f1cf67ba17092907322a91ff543802e93a8273 /init.el | |
parent | meh (diff) | |
parent | Merged (diff) | |
download | emacs-a0b156b7e157265b4dcd2a60be2129681e40f2a6.tar.gz emacs-a0b156b7e157265b4dcd2a60be2129681e40f2a6.zip |
Merge branch 'main' of tildegit.org:acdw/emacs
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 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 |