Fix subword-mode, use global mode

This commit is contained in:
laurensmiers 2017-08-29 09:45:17 +02:00
parent 81f0542b28
commit bb98c93aa9

View file

@ -38,8 +38,7 @@
(add-hook 'c-mode-hook 'infer-indentation-style) (add-hook 'c-mode-hook 'infer-indentation-style)
;; Enable subword mode for handling CamelCase format ;; Enable subword mode for handling CamelCase format
;; TODO: not recognized (global-subword-mode t)
(subword-mode 1)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Python ;; ;; Python ;;