summaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ravi-init-appearance.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ravi-init-appearance.el b/lisp/ravi-init-appearance.el
index fdee7fc..ed24a85 100644
--- a/lisp/ravi-init-appearance.el
+++ b/lisp/ravi-init-appearance.el
@@ -221,6 +221,18 @@ Delete all whitespace on a successive key press."
:bind (("M-;" . comment-dwim-2))
:ensure t)
+;; To do: change to different keybinding
+(use-package string-inflection
+ :bind (("C-c c" . hydra-string-inflection/body))
+ :config
+ (progn
+ (defhydra hydra-string-inflection ()
+ ("c" string-inflection-all-cycle "all")
+ ("r" string-inflection-ruby-style-cycle "ruby")
+ ("j" string-inflection-java-style-cycle "java")
+ ("<return>" nil)))
+ :ensure t)
+
;; Keep my navigation simple
(setq line-move-visual nil)