Allow `scroll-left` command

This commit is contained in:
Daniel - 2023-04-26 16:54:04 +02:00
parent 2f1868da43
commit 1e262aef13
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 0 deletions

View File

@ -652,6 +652,7 @@
(put 'upcase-region 'disabled nil) (put 'upcase-region 'disabled nil)
(put 'downcase-region 'disabled nil) (put 'downcase-region 'disabled nil)
(put 'narrow-to-region 'disabled nil) (put 'narrow-to-region 'disabled nil)
(put 'scroll-left 'disabled nil)
(use-package abbrev (use-package abbrev
:init (setq save-abbrevs 'silently :init (setq save-abbrevs 'silently