emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ergoemacs-mode 0a9e83e 37/87: Fix eurgoemacs to be ergo


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode 0a9e83e 37/87: Fix eurgoemacs to be ergoemacs. See Issue #453
Date: Wed, 14 Apr 2021 18:47:03 -0400 (EDT)

branch: externals/ergoemacs-mode
commit 0a9e83eeed126056084be8a31969805a041781b2
Author: Fidler <matthew.fidler@gmail.com>
Commit: Fidler <matthew.fidler@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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]