Disable auto indenting on copy/paste in web-mode.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 01 Apr 2018 01:16:11 +0300
changeset 1554 42a48016fc5a
parent 1553 760837fd2f5e
child 1555 1c42fc68bca9
Disable auto indenting on copy/paste in web-mode.
.emacs-my
--- a/.emacs-my	Fri Mar 30 17:02:47 2018 +0300
+++ b/.emacs-my	Sun Apr 01 01:16:11 2018 +0300
@@ -3538,6 +3538,8 @@
 
 (setq web-mode-enable-comment-keywords t)
 
+(setq web-mode-enable-auto-indentation nil)
+
 (ignore-errors (require 'web-mode))
 
 (when (featurep 'web-mode)