Skip to content

Commit

Permalink
emacs: remove visual-line-mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
willbush committed Aug 31, 2024
1 parent 21a89f0 commit 6acd142
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions configs/emacs/default/modules/init-defaults.el
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,6 @@
;; compliant.
(setq require-final-newline t)

;; Default to soft line-wrapping in text modes. It is more sensibile for text
;; modes, even if hard wrapping is more performant.
(add-hook 'text-mode-hook #'visual-line-mode)

;; Cull duplicates in the kill ring to reduce bloat
(setq kill-do-not-save-duplicates t)

Expand Down
4 changes: 0 additions & 4 deletions configs/emacs/meow/modules/init-settings.el
Original file line number Diff line number Diff line change
Expand Up @@ -295,10 +295,6 @@
;; compliant.
(setq require-final-newline t)

;; Default to soft line-wrapping in text modes. It is more sensibile for text
;; modes, even if hard wrapping is more performant.
(add-hook 'text-mode-hook #'visual-line-mode)

;; Cull duplicates in the kill ring to reduce bloat
(setq kill-do-not-save-duplicates t)

Expand Down

0 comments on commit 6acd142

Please sign in to comment.