From 8fc2cd41419739bf1b96a4601d667160d9599dc8 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 17 Nov 2015 04:38:18 -0800 Subject: [PATCH] global-subword-mode --- dotfiles/emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index f7d9c272..8409a14f 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -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?