From bb98c93aa9cffb8f5ef2087a8cf8c3894a78f135 Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Tue, 29 Aug 2017 09:45:17 +0200 Subject: [PATCH] Fix subword-mode, use global mode --- custom/setup-coding.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/custom/setup-coding.el b/custom/setup-coding.el index 714dd9b..5f1391d 100644 --- a/custom/setup-coding.el +++ b/custom/setup-coding.el @@ -38,8 +38,7 @@ (add-hook 'c-mode-hook 'infer-indentation-style) ;; Enable subword mode for handling CamelCase format -;; TODO: not recognized -(subword-mode 1) +(global-subword-mode t) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Python ;;