Skip to content

Commit f743225

Browse files
committed
Disable undo in buffer
1 parent 11e7cc4 commit f743225

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fireplace.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
"Turn on the fire like it's winter."
150150
(interactive "P")
151151
(with-current-buffer (get-buffer-create fireplace-buffer-name)
152+
(buffer-disable-undo)
152153
(setq cursor-type nil)
153154
(buffer-disable-undo)
154155
(switch-to-buffer fireplace-buffer-name)

0 commit comments

Comments
 (0)