Skip to content

Commit

Permalink
Make hol-horizontal give HOL window more width
Browse files Browse the repository at this point in the history
Specifying window-width 80 seems to end up giving it only 77 columns,
at least in my emacs.
  • Loading branch information
Michael Norrish committed Jan 6, 2020
1 parent 13c778a commit 77d19b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/hol-mode.src
Expand Up @@ -876,7 +876,7 @@ region instead. With prefix ARG prompt for a file-name to load."
(let ((split-height-threshold nil)
(split-width-threshold 0))
(display-buffer-pop-up-window b al))))
'((window-width . 80) (reusable-frames . nil))))
'((window-width . 83) (reusable-frames . nil))))

(defvar hol-new-buffer-style hol-new-buffer-style-default)

Expand Down

0 comments on commit 77d19b7

Please sign in to comment.