Skip to content

Commit

Permalink
Refresh when running haskell-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed Jan 8, 2015
1 parent 0db5efa commit 409e14e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion haskell-menu.el
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
(or (get-buffer haskell-menu-buffer-name)
(with-current-buffer (get-buffer-create haskell-menu-buffer-name)
(haskell-menu-mode)))
(switch-to-buffer-other-window (get-buffer haskell-menu-buffer-name)))
(switch-to-buffer-other-window (get-buffer haskell-menu-buffer-name))
(haskell-menu-revert-function nil nil))

(define-derived-mode haskell-menu-mode special-mode "Haskell Session Menu"
"Major mode for managing Haskell sessions.
Expand Down

0 comments on commit 409e14e

Please sign in to comment.