You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where the variable read-symbol-shorthands is set buffer-locally as (("kabb" . "kill-all-buffers-below")), lispy would expand the kabb prefix into kill-all-buffers-below, invalidating the whole purpose of setting this variable buffer-locally in the first place.
Should probably let-bind
read-symbol-shorthands
to nil when callingread
.The text was updated successfully, but these errors were encountered: