Skip to content

Commit

Permalink
tweak(emacs): increase fringe sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Aug 26, 2024
1 parent dc0e558 commit 4e5819a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
(savehist-mode 1)
(global-auto-revert-mode 1)
(column-number-mode)
(setq-default left-fringe-width 4)
(setq-default right-fringe-width 10)
(setq-default left-fringe-width 12)
(setq-default right-fringe-width 12)

(setq display-line-numbers-type 'relative)

Expand Down

0 comments on commit 4e5819a

Please sign in to comment.