chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cf2411
)
el/dot-emacs.el: Make sexp navigation work correctly in Python mode.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 3 Oct 2021 13:50:23 +0000
(14:50 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 3 Oct 2021 14:18:21 +0000
(15:18 +0100)
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index f164c40097701d0d7dccf5a34b8bbce7b095635d..74ced5ae0873382bed6b2fa56af24268a09387c1 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-3195,6
+3195,7
@@
(defun mdw-fontify-pythonic (keywords)
;; 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)