mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
disable electric-indent-mode as it causes issues with ruby-mode for me
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
;; Electric behavior
|
||||
(electric-pair-mode t)
|
||||
(electric-indent-mode t)
|
||||
(electric-layout-mode t)
|
||||
|
||||
;; Always indent with spaces
|
||||
|
||||
Reference in New Issue
Block a user