Emacs: Disable autopair in yaml-mode It seems that the annoying indent-on-return behaviour can't easily be disabled.
1 file changed, 1 insertion(+), 3 deletions(-)
jump to
M tag-emacs/emacs.d/init.el → tag-emacs/emacs.d/init.el
@@ -616,9 +616,7 @@ (use-package yaml-mode :mode (("/group_vars/.*" . yaml-mode) ("/host_vars/.*" . yaml-mode) - ("\\.sls\\'" . yaml-mode)) - :config (progn - (add-hook 'yaml-mode-hook #'autopair-mode))) + ("\\.sls\\'" . yaml-mode))) ;;;; Planning