Skip to content

Commit

Permalink
Set fill-column to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason0210 committed Dec 22, 2024
1 parent 34a9453 commit 94e7884
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
(setq inhibit-startup-buffer-menu t)
(setq inhibit-startup-screen t)
(setq ring-bell-function #'ignore)
(setq-default fill-column 80)
;; Adjust garbage collection threshold for early startup (see use of gcmh below)
(setq gc-cons-threshold (* 128 1024 1024))
;; General performance tuning
Expand Down

0 comments on commit 94e7884

Please sign in to comment.