el/dot-emacs.el: Make sexp navigation work correctly in Python mode.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 3 Oct 2021 13:50:23 +0000 (14:50 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 3 Oct 2021 14:18:21 +0000 (15:18 +0100)
el/dot-emacs.el

index f164c40..74ced5a 100644 (file)
@@ -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)