Remove broken config

With this config enabled Emacs adds tabs on newlines.
This commit is contained in:
Andreas Zweili 2022-08-31 21:49:19 +02:00
parent 59632d076b
commit 6afae63570
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
;; Spaces instead of TABs
(setq-default indent-tabs-mode nil)
(setq-default tab-width 4)
(setq indent-line-function 'insert-tab)
;; Enable hippie expand on M-Space. It helps with path completion and more
(global-set-key "\M- " 'hippie-expand)