Fix subword-mode, use global mode
This commit is contained in:
parent
81f0542b28
commit
bb98c93aa9
1 changed files with 1 additions and 2 deletions
|
|
@ -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 ;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue