Skip to content

Commit

Permalink
Merge pull request #79 from rnkn/revert-78-restore-margins-upon-reset
Browse files Browse the repository at this point in the history
Revert "Restore default margins upon reset"
  • Loading branch information
rnkn authored May 16, 2024
2 parents 6ceb41e + 311d919 commit 54ee64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion olivetti.el
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ if it is an integer, and otherwise return WIDTH."
(if (consp fringe-mode)
(set-window-fringes window (car fringe-mode) (cdr fringe-mode))
(set-window-fringes window fringe-mode fringe-mode))
(set-window-margins window left-margin-width right-margin-width))
(set-window-margins window nil))

(defun olivetti-reset-all-windows ()
"Call `olivetti-reset-window' on all windows."
Expand Down

0 comments on commit 54ee64a

Please sign in to comment.