In my Emacs init.el
I have only the line (setq subword-mode t)
. When I use M-f
and M-b
in a word like WriteToFile
it doesn't move point between subwords. When I do M-x subword-mode
it disables it, so it was on. When I re-enable it, it works.
Try adding
(global-subword-mode 1)
to your emacs file, it worked for me!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With