Skip to content

Commit

Permalink
feat(defaults): show buffer size in mode line
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 7, 2023
1 parent 68dc71b commit b31d0ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/me-defaults.el
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,9 @@ or file path may exist now."
;; Show column numbers (a.k.a. cursor position) in the mode-line
(column-number-mode 1)

;; Display buffer size on mode line
(size-indication-mode 1)

;; Better handling for files with so long lines
(global-so-long-mode 1)

Expand Down

0 comments on commit b31d0ef

Please sign in to comment.