Skip to content

Commit

Permalink
Enable window fit-window-to-buffer-horizontally
Browse files Browse the repository at this point in the history
  • Loading branch information
chuxubank committed Oct 16, 2024
1 parent b8d172b commit 6db3d71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cats/+default.el
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@
(define-key ctl-x-4-map "v" 'view-file-other-window)
(define-key ctl-x-5-map "v" 'view-file-other-frame)

(use-package window
:ensure nil
:custom
(fit-window-to-buffer-horizontally t))

;;; gnus
(setq gnus-select-method '(nntp "news.gmane.io"))

Expand Down

0 comments on commit 6db3d71

Please sign in to comment.