From a9ffee27f4d220c9760e2493db1eba6a7be7a64c Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 1 May 2021 20:27:34 +0200 Subject: [PATCH] Bind scroll-lock-mode to Scroll-Lock-Mode key Inspired by https://karl-voit.at/2021/04/10/GLT21-emacs-org-features/. Thanks! --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 35c628e..7391e4f 100644 --- a/init.el +++ b/init.el @@ -180,6 +180,7 @@ (bind-key "" #'winner-undo) (bind-key "" #'winner-redo) + (bind-key "" 'scroll-lock-mode) (bind-key "" #'magit-status) (bind-key "" #'db/run-or-hide-eshell) (bind-key "" #'hydra-feature-shortcuts/body)