Emacs: Disable autopair in yaml-mode It seems that the annoying indent-on-return behaviour can't easily be disabled.
Alan Pearce alan@alanpearce.co.uk
Sat, 19 Apr 2014 08:41:20 +0100
1 files changed, 1 insertions(+), 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