Skip to content

Commit

Permalink
lv.el (lv-window): set-window-parameter 'no-other-window
Browse files Browse the repository at this point in the history
  • Loading branch information
abo-abo committed Feb 24, 2015
1 parent eb1e0fc commit e567bd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lv.el
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
(setq truncate-lines nil)
(setq mode-line-format nil)
(setq cursor-type nil)
(set-window-dedicated-p lv-wnd t))
(set-window-dedicated-p lv-wnd t)
(set-window-parameter lv-wnd 'no-other-window t))
(select-window ori)))))

(defun lv-message (format-string &rest args)
Expand Down

0 comments on commit e567bd6

Please sign in to comment.