Commit 56164c2ec27c

Vincent Demeester <vincent@sbr.pm>
2020-08-19 17:34:15
tools/emacs: enable subword mode
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent e17ecba
Changed files (1)
tools
emacs
tools/emacs/config/config-editing.el
@@ -298,5 +298,9 @@ If region is active, add its contents to the new buffer."
   :hook (scratch-create-buffer . vde/scratch-buffer-setup)
   :bind ("C-c s" . scratch))
 
+(use-package subword
+  :diminish
+  :hook (prog-mode-hook . subword-mode))
+
 (provide 'config-editing)
 ;;; config-editing.el ends here