From: Mark Wooding Date: Sun, 3 Oct 2021 13:50:23 +0000 (+0100) Subject: el/dot-emacs.el: Make sexp navigation work correctly in Python mode. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/853c5c7c92845647ca1d1bf2509340501cfe120f el/dot-emacs.el: Make sexp navigation work correctly in Python mode. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index f164c40..74ced5a 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -3195,6 +3195,7 @@ strip numbers instead." ;; Miscellaneous fiddling. (mdw-standard-fill-prefix "\\([ \t]*#+[ \t]*\\)") (setq indent-tabs-mode nil) + (set (make-local-variable 'forward-sexp-function) nil) ;; Now define fontification things. (make-local-variable 'font-lock-keywords)