diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-02-03 15:35:10 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-02-03 15:35:10 -0800 |
commit | 8e5d3a8fcd6893bcd4903cc9b7bfe96f6486d7c6 (patch) | |
tree | 6881c472ddbabd6f3788066485f78fe5ddae0b4d /config/emacs.el | |
parent | d6efefc1d9e6b9fd515c5cb5f2a077e05caeaab7 (diff) |
Add spontaneity system; add port to firewall
Diffstat (limited to 'config/emacs.el')
-rw-r--r-- | config/emacs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/emacs.el b/config/emacs.el index 0b21a26..76c9eee 100644 --- a/config/emacs.el +++ b/config/emacs.el @@ -18,7 +18,7 @@ (display-line-numbers-type 'relative "Relative line numbers for easy vim jumping") (use-short-answers t "Use y instead of yes") (make-backup-files nil "Don't make backups") - (display-fill-column-indicator-column 100 "Draw a line at 100 characters") + (display-fill-column-indicator-column 150 "Draw a line at 100 characters") (line-spacing 2 "Default line spacing") ;; Editor comments |