From 789ada565df8119f6bb2cf68c392579e4886d8d4 Mon Sep 17 00:00:00 2001 From: Ravi R Kiran Date: Mon, 25 May 2015 21:32:23 -0700 Subject: Camel-case conversions The default keybinding is temporary. 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") + ("" nil))) + :ensure t) + ;; Keep my navigation simple (setq line-move-visual nil) -- cgit v0.10.1