Skip to content

Commit

Permalink
tweak(emacs): fringe size -> 8
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Feb 5, 2024
1 parent 3e717a8 commit 9ce54c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
(recentf-mode 1)
(savehist-mode 1)
(global-auto-revert-mode 1)
(set-fringe-mode 4)
(set-fringe-mode 8)
(column-number-mode)

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

0 comments on commit 9ce54c0

Please sign in to comment.