From 9f0e4dbe746da6f6ef3e0d560ff4f3d94b04734a Mon Sep 17 00:00:00 2001 From: Ravi R Kiran Date: Wed, 13 May 2015 13:41:02 -0700 Subject: Bug in hydra.el is finally fixed diff --git a/lisp/ravi-init-maps.el b/lisp/ravi-init-maps.el index b6855c1..825bdc1 100644 --- a/lisp/ravi-init-maps.el +++ b/lisp/ravi-init-maps.el @@ -30,12 +30,14 @@ :config (progn (defhydra hydra-operate-on-number () - "Arithmetic operations: + - * / -Remainder: \\ -Exponent: ^ -Arithmetic shift:< > -Base conversion: b o x X # -Choices: " + " + Arithmetic operations: + - * / + Remainder: \\ + Exponent: \\^ + Arithmetic shift: < > + Base conversion: b o x X # + Format: %%%% + " ("+" apply-operation-to-number-at-point) ("-" apply-operation-to-number-at-point) ("*" apply-operation-to-number-at-point) @@ -49,8 +51,7 @@ Choices: " ("x" apply-operation-to-number-at-point :exit t) ("X" apply-operation-to-number-at-point :exit t) ("#" apply-operation-to-number-at-point :exit t) - ;; ("%" apply-operation-to-number-at-point :exit t) ; need to file bug report - )) + ("%" apply-operation-to-number-at-point :exit t))) :ensure t) ;; To do: launcher map, toggle map -- cgit v0.10.1