diff --git a/README.org b/README.org index 4e563cf..5ba2c0e 100644 --- a/README.org +++ b/README.org @@ -6766,7 +6766,6 @@ contrary to for instance [[https://github.com/Fanael/rainbow-delimiters#readme][ (add-hook symbol #'smartparens-mode)) (dolist (symbol '(emacs-lisp-mode-hook - geiser-repl-startup-hook go-ts-mode-hook ielm-mode-hook lisp-data-mode-hook @@ -6783,7 +6782,7 @@ contrary to for instance [[https://github.com/Fanael/rainbow-delimiters#readme][ ("* ||\n[i]" "RET")))) ;; Go has no sexp suffices. This fixes slurping: ;; (|foo).bar -> (foo.bar) - (add-to-list 'sp-sexp-suffix (list #'go-mode 'regexp ""))) + (add-to-list 'sp-sexp-suffix (list #'go-ts-mode 'regexp ""))) ;; https://xenodium.com/emacs-smartparens-auto-indent/index.html (defun indent-between-pair (&rest _ignored)