global-subword-mode

This commit is contained in:
Ivan Malison 2015-11-17 04:38:18 -08:00
parent 03e066d491
commit 8fc2cd4141

View File

@ -499,6 +499,7 @@ The current directory is assumed to be the project's root otherwise."
;; Make forward word understand camel and snake case.
(setq c-subword-mode t)
(global-subword-mode)
;; Preserve pastes from OS when saving a new item to the kill
;; ring. Why wouldn't this be enabled by default?