Added emmet customization.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 14 Apr 2018 13:27:00 +0300
changeset 1557 89e2bb5c7333
parent 1556 835b8743f9d3
child 1558 a7bb0608855b
Added emmet customization.
.emacs-my
--- a/.emacs-my	Sat Apr 14 13:24:39 2018 +0300
+++ b/.emacs-my	Sat Apr 14 13:27:00 2018 +0300
@@ -3646,6 +3646,9 @@
 (when (featurep 'web-mode)
   (add-hook 'web-mode-hook 'emmet-mode))
 
+(setq emmet-move-cursor-between-quotes t)
+(setq emmet-move-cursor-after-expanding t)
+
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 (message "sh, bash")