mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
No longer wrap by default
This commit is contained in:
@ -117,8 +117,8 @@ enable multiple minor modes for the same regexp.")
|
||||
electric-indent-functions)
|
||||
|
||||
;;
|
||||
;; (global-whitespace-mode -1) ; Show whitespace
|
||||
(global-visual-line-mode 1) ; wrap buffers
|
||||
;;(global-whitespace-mode -1) ; Show whitespace
|
||||
;;(global-visual-line-mode -1) ; wrap buffers
|
||||
(global-auto-revert-mode 1) ; revert buffers for changed files
|
||||
;; Enable syntax highlighting for older emacs
|
||||
(unless (bound-and-true-p global-font-lock-mode)
|
||||
|
@ -173,18 +173,6 @@
|
||||
:n "e" 'emr-show-refactor-menu
|
||||
:n "r" 'narf:eval-buffer))
|
||||
|
||||
;; make motions visual line sensitive
|
||||
:m "j" 'evil-next-visual-line
|
||||
:m "k" 'evil-previous-visual-line
|
||||
:m "$" 'evil-end-of-visual-line
|
||||
:m "0" 'evil-beginning-of-visual-line
|
||||
|
||||
;; But use normal, non-visual lines for operators
|
||||
:o "j" 'evil-next-line
|
||||
:o "k" 'evil-previous-line
|
||||
:o "$" 'evil-end-of-line
|
||||
:o "0" 'evil-beginning-of-line
|
||||
|
||||
:nv "K" 'smart-up
|
||||
|
||||
;; Don't move cursor on indent
|
||||
|
Reference in New Issue
Block a user