From 481418fa2d9c23825597be9c8f6d8af654fe646c Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Tue, 23 Mar 2021 23:25:47 +0300 Subject: [PATCH] Remove auto-indent-mode --- modules/applications/emacs/init.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/applications/emacs/init.el b/modules/applications/emacs/init.el index b359fa3..6a5e704 100755 --- a/modules/applications/emacs/init.el +++ b/modules/applications/emacs/init.el @@ -43,10 +43,6 @@ (ws-butler-global-mode) ) -(use-package auto-indent-mode - :config - (auto-indent-global-mode)) - (global-auto-revert-mode)