From 853c5c7c92845647ca1d1bf2509340501cfe120f Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 3 Oct 2021 14:50:23 +0100 Subject: [PATCH] el/dot-emacs.el: Make sexp navigation work correctly in Python mode. --- el/dot-emacs.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.11.0