branch: externals/ergoemacs-mode commit 0a9e83eeed126056084be8a31969805a041781b2 Author: Fidler <matthew.fid...@gmail.com> Commit: Fidler <matthew.fid...@gmail.com>
Fix eurgoemacs to be ergoemacs. See Issue #453 --- ergoemacs-lib.el | 2 +- ergoemacs-theme-engine.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ergoemacs-lib.el b/ergoemacs-lib.el index 03f5bf8..8cd92a6 100644 --- a/ergoemacs-lib.el +++ b/ergoemacs-lib.el @@ -323,7 +323,7 @@ Tries to get the value from `ergoemacs-mode-names'. If not guess the language n "List of major-modes known to `ergoemacs-mode'.") (defun ergoemacs-menu--get-major-modes () - "Gets a list of language modes known to `eurgoemacs-mode'. + "Gets a list of language modes known to `ergoemacs-mode'. This gets all major modes known from the variables: - `interpreter-mode-alist'; - `magic-mode-alist' diff --git a/ergoemacs-theme-engine.el b/ergoemacs-theme-engine.el index 066cc7b..6933a07 100644 --- a/ergoemacs-theme-engine.el +++ b/ergoemacs-theme-engine.el @@ -914,7 +914,7 @@ See also `find-function-recenter-line' and `find-function-after-hook'." (let* ((lay (or layout ergoemacs-keyboard-layout)) (theme (or theme ergoemacs-theme)) (layout (symbol-value (ergoemacs :layout lay))) - (file-dir (expand-file-name "bindings" (expand-file-name "eurgoemacs-extras" user-emacs-directory))) + (file-dir (expand-file-name "bindings" (expand-file-name "ergoemacs-extras" user-emacs-directory))) (file-name (expand-file-name (concat theme "-" lay "-" (symbol-name (ergoemacs-map--hashkey ergoemacs--start-emacs-state-2)) ".svg") file-dir)) (reread reread) (old-theme ergoemacs-theme)