Skip to content

Commit

Permalink
tweak(builtin): change default TAB behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 26, 2024
1 parent 98279ac commit 262a43f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions core/me-builtin.el
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,10 @@
(kept-new-versions 5)
;; Keep up to 5 versions when cleaning a directory
(dired-kept-versions 5)
;; Hitting TAB behavior
(tab-always-indent 'complete)
;; Make TAB indents first, then inserts the TAB character
(tab-always-indent nil)
;; TAB completion behavior
(tab-first-completion 'word)
;; End files with newline
(require-final-newline t)
;; 10MB (default is 160kB)
Expand Down

0 comments on commit 262a43f

Please sign in to comment.