Enable subword mode for camelcase support

This commit is contained in:
laurensmiers 2017-08-21 18:25:11 +02:00
parent 8c7cf0e2cf
commit 50cab705d8

View file

@ -37,6 +37,8 @@
;; Tab-space strategy ;; Tab-space strategy
(add-hook 'c-mode-hook 'infer-indentation-style) (add-hook 'c-mode-hook 'infer-indentation-style)
;; Enable subword mode for handling CamelCase format
(subword-mode 1)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Python ;; ;; Python ;;