From 1e262aef13bde5e6e1307b392126e44f1fe0cdf0 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Wed, 26 Apr 2023 16:54:04 +0200 Subject: [PATCH] Allow `scroll-left` command --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 5441e5a..a7bb618 100644 --- a/init.el +++ b/init.el @@ -652,6 +652,7 @@ (put 'upcase-region 'disabled nil) (put 'downcase-region 'disabled nil) (put 'narrow-to-region 'disabled nil) +(put 'scroll-left 'disabled nil) (use-package abbrev :init (setq save-abbrevs 'silently