Skip to content

Commit

Permalink
Set line truncation for all buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
manzaltu committed May 4, 2023
1 parent 236f650 commit 6b5666c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,9 @@ run the attached function (if exists) and enable lsp"
;; Show time in the modeline
(display-time-mode 1)

;; Truncate lines by default
(setq truncate-lines t)

;; Show trailing whitespaces in code
(require 'whitespace)
(setq whitespace-style '(face trailing))
Expand Down

0 comments on commit 6b5666c

Please sign in to comment.