Add camelCase support
This commit is contained in:
parent
97a377569f
commit
be38f21e1c
2 changed files with 305 additions and 0 deletions
6
init.el
6
init.el
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue