Add camelCase support

This commit is contained in:
laurensmiers 2016-04-04 23:58:32 +02:00
parent 97a377569f
commit be38f21e1c
2 changed files with 305 additions and 0 deletions

View file

@ -74,6 +74,12 @@
(require 'setup-cedet)
(require 'setup-editing)
(require 'setup-camelcase)
;; camelcase setup
;; enable camelcase for all programming modes
(add-hook 'prog-mode-hook 'camelCase-mode)
;; use the default window move library keybindings (shift and arrow keys)
(windmove-default-keybindings)