Enable line wrapping globally
This commit is contained in:
parent
8be09a6b65
commit
c16e517a9c
1 changed files with 1 additions and 1 deletions
|
|
@ -40,6 +40,7 @@
|
||||||
(defalias 'yes-or-no-p 'y-or-n-p)
|
(defalias 'yes-or-no-p 'y-or-n-p)
|
||||||
(display-battery-mode)
|
(display-battery-mode)
|
||||||
(display-time-mode)
|
(display-time-mode)
|
||||||
|
(global-visual-line-mode)
|
||||||
(load "lilypond-init.el")
|
(load "lilypond-init.el")
|
||||||
(prefer-coding-system 'utf-8)
|
(prefer-coding-system 'utf-8)
|
||||||
(progn (which-key-mode) (with-eval-after-load 'diminish (diminish 'which-key-mode)))
|
(progn (which-key-mode) (with-eval-after-load 'diminish (diminish 'which-key-mode)))
|
||||||
|
|
@ -369,7 +370,6 @@
|
||||||
:hook
|
:hook
|
||||||
;; keep-sorted start
|
;; keep-sorted start
|
||||||
(gptel-mode . gptel-highlight-mode)
|
(gptel-mode . gptel-highlight-mode)
|
||||||
(gptel-mode . visual-line-mode)
|
|
||||||
(gptel-post-response . gptel-end-of-response)
|
(gptel-post-response . gptel-end-of-response)
|
||||||
(gptel-post-stream . gptel-auto-scroll)
|
(gptel-post-stream . gptel-auto-scroll)
|
||||||
;; keep-sorted end
|
;; keep-sorted end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue