Skip to content

Commit fb914c5

Browse files
committed
Enable scroll-left
1 parent 4445fd7 commit fb914c5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

init.el

+7
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,13 @@
128128
:after posframe vertico
129129
:global-minor-mode t)
130130

131+
(leaf window
132+
:doc "GNU Emacs window commands aside from those written in C"
133+
:tag "builtin" "internal"
134+
:added "2023-04-18"
135+
:config
136+
(put 'scroll-left 'disabled nil))
137+
131138
(leaf *environments
132139
:custom `((enable-recursive-minibuffers . t)
133140
(gc-cons-threshold . ,(* 128 1024 1024))

0 commit comments

Comments
 (0)