From 106eacafffbb631754aa3f2446de511f987d1f99 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 29 Jan 2024 08:44:54 +0000 Subject: [PATCH] Add bind to go to scratch buffer --- README.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.org b/README.org index 16f723e..d414d4c 100644 --- a/README.org +++ b/README.org @@ -33,6 +33,9 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia scroll-margin 0 scroll-preserve-screen-position 1) + ;; Scratch buffer shortcut + (keymap-global-set "C-c w x" #'scratch-buffer) + ;; Bind normal forward/back buttons on mouse to next/previous buffer respectively (keymap-global-set "" #'previous-buffer) (keymap-global-set "" #'next-buffer)