Enable subword mode for camelcase support
This commit is contained in:
parent
8c7cf0e2cf
commit
50cab705d8
1 changed files with 2 additions and 0 deletions
|
|
@ -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 ;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue