Skip to content

Commit

Permalink
Revert commit 7c45ca1.
Browse files Browse the repository at this point in the history
Resizing the nswbuff status buffer is sometimes necessary, if the number of
windows is large. See Github issue #9.
  • Loading branch information
joostkremers committed Nov 13, 2020
1 parent 7c45ca1 commit b0df08f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nswbuff.el
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ during buffer switching.")
(set (make-local-variable 'face-remapping-alist)
'((default nswbuff-default-face)))
(setq cursor-type nil)
(setq window-size-fixed t)
(setq mode-line-format nswbuff-mode-line-format)
(setq nswbuff-status-buffer (current-buffer))))))

Expand Down

0 comments on commit b0df08f

Please sign in to comment.