From 368740fa1782e1121aa512dda2281e6aef44a270 Mon Sep 17 00:00:00 2001 From: BirDt_ Date: Sun, 31 May 2026 17:42:22 +0800 Subject: [PATCH] Enable scroll-left --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 17009c0..e221dbe 100644 --- a/init.el +++ b/init.el @@ -95,3 +95,4 @@ (require 'notifications)) (notifications-notify :title "Emacs Server Started" :app-name "Emacs") (put 'erase-buffer 'disabled nil) +(put 'scroll-left 'disabled nil)