Bind scroll-lock-mode to Scroll-Lock-Mode key

Inspired by https://karl-voit.at/2021/04/10/GLT21-emacs-org-features/.  Thanks!
This commit is contained in:
Daniel - 2021-05-01 20:27:34 +02:00
parent a6a85cdb8b
commit a9ffee27f4
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@
(bind-key "<XF86Back>" #'winner-undo)
(bind-key "<XF86Forward>" #'winner-redo)
(bind-key "<Scroll_Lock>" 'scroll-lock-mode)
(bind-key "<f10>" #'magit-status)
(bind-key "<f1>" #'db/run-or-hide-eshell)
(bind-key "<f2>" #'hydra-feature-shortcuts/body)