mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit fe56c051e08b84b318882758d80339e415fcb257 Author: Matthew L. Fidler <[email protected]> Date: Fri Jun 13 08:01:08 2014 -0500 Remove "Z" in theme component --- ergoemacs-themes.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el index 9a81500..8f93546 100644 --- a/ergoemacs-themes.el +++ b/ergoemacs-themes.el @@ -861,7 +861,7 @@ (ergoemacs-theme-component ergoemacs-banish-shift () "Banish Shift Combinations with <apps> SPC" - :variable-reg "Z" + :variable-reg "" (global-set-key (kbd "<menu> SPC SPC") (kbd "_")) ;low line (underscore) (global-set-key (kbd "<menu> SPC RET") (kbd "-")) (global-set-key (kbd "<menu> SPC '") (kbd "\""))
