Emacs: enabled visual-line-mode
This commit is contained in:
parent
4c1b1cd216
commit
96782abdfc
1 changed files with 3 additions and 0 deletions
|
@ -105,6 +105,9 @@
|
|||
;; replace selected text by typing
|
||||
(delete-selection-mode t)
|
||||
|
||||
;; break lines better
|
||||
(visual-line-mode t)
|
||||
|
||||
;; ibuffer configuration
|
||||
(setq ibuffer-saved-filter-groups
|
||||
(quote (("default"
|
||||
|
|
Loading…
Reference in a new issue