mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 5c8c1ce5944edb15fee5b6bec8f877163e0b6eb1 Author: Matthew L. Fidler <[email protected]> Date: Thu Jul 3 11:42:49 2014 -0500 Fix website addresses --- ergoemacs-menus.el | 2 +- ergoemacs-mode.el | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ergoemacs-menus.el b/ergoemacs-menus.el index 669d014..c20aaca 100644 --- a/ergoemacs-menus.el +++ b/ergoemacs-menus.el @@ -33,7 +33,7 @@ "http://ergoemacs.org/emacs/elisp.html") (defvar ergoemacs-mode-web-page-url - "http://ergoemacs.github.io/ergoemacs-mode/") + "http://ergoemacs.github.io/") (declare-function ergoemacs-pretty-key "ergoemacs-translate.el") (defun ergoemacs-kbd-to-key (key) diff --git a/ergoemacs-mode.el b/ergoemacs-mode.el index df87d56..e84242a 100644 --- a/ergoemacs-mode.el +++ b/ergoemacs-mode.el @@ -31,7 +31,7 @@ ;; shortcuts into the most easy-to-type spots. ;; ;; For complete detail, see: -;; http://ergoemacs.github.io/ergoemacs-mode/ +;; http://ergoemacs.github.io/ ;; Todo: @@ -414,9 +414,9 @@ Without argument, toggles the minor mode. If optional argument is 1, turn it on. If optional argument is 0, turn it off. -Home page URL `http://ergoemacs.github.io/ergoemacs-mode/' +Home page URL `http://ergoemacs.github.io/' -For the standard layout, with A QWERTY keyboard the `execute-extended-command' now \\[execute-extended-command]. +The `execute-extended-command' is now \\[execute-extended-command]. The layout and theme changes the bindings. For the current bindings the keymap is:
