branch: externals/ergoemacs-mode
commit 3f961db491f572b7f0637e09fd113c43a1061617
Author: Matthew Fidler <514778+mattfid...@users.noreply.github.com>
Commit: Matthew Fidler <514778+mattfid...@users.noreply.github.com>

    Fix parens
---
 ergoemacs-theme-engine.el | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/ergoemacs-theme-engine.el b/ergoemacs-theme-engine.el
index 1355f8e..fc69e20 100644
--- a/ergoemacs-theme-engine.el
+++ b/ergoemacs-theme-engine.el
@@ -127,15 +127,8 @@
                   (setq ret (concat ret "\n\"\\"
                                     (replace-regexp-in-string "M-" "e" 
key-string t)
                                     "\": "
-                                    (symbol-name (nth 0 cmds))
-                                    )
-                        )
-                )
-              )
-            )
-          )
-        t)
-      )
+                                    (symbol-name (nth 0 cmds))))))))
+        t))
     (with-temp-file "~/.inputrc"
       (insert ret)
       (insert "\n"))

Reply via email to