Skip to content

Commit

Permalink
Don't show shm's display quarantines in presentation mode
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed Dec 22, 2013
1 parent 3f7747e commit c910ed0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haskell-presentation-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ SESSION as the current haskell-session."
(buffer (get-buffer-create name)))
(with-current-buffer buffer
(haskell-presentation-mode)
(set (make-local-variable 'shm-display-quarantine) nil)
(let ((buffer-read-only nil))
(erase-buffer)
(insert (propertize "-- Hit `q' to close this window.\n\n"
Expand Down

0 comments on commit c910ed0

Please sign in to comment.