diff --git a/custom/setup-coding.el b/custom/setup-coding.el index e1501f1..3174259 100644 --- a/custom/setup-coding.el +++ b/custom/setup-coding.el @@ -37,6 +37,8 @@ ;; Tab-space strategy (add-hook 'c-mode-hook 'infer-indentation-style) +;; Enable subword mode for handling CamelCase format +(subword-mode 1) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Python ;;