branch: externals/ergoemacs-mode
commit dea954cd89c43f22307645856fb28642fd60c022
Author: Walter Landry <[email protected]>
Commit: Walter Landry <[email protected]>
Remove ergoemacs-component
---
ergoemacs-macros.el | 11 -----------
ergoemacs-mode.el | 1 -
2 files changed, 12 deletions(-)
diff --git a/ergoemacs-macros.el b/ergoemacs-macros.el
index 5967018..946c2db 100644
--- a/ergoemacs-macros.el
+++ b/ergoemacs-macros.el
@@ -235,17 +235,6 @@ distinguish from the ASCII equivalents:
remaining)))
remaining))
-;;;###autoload
-(defmacro ergoemacs-component (&rest body-and-plist)
- "A component of an ergoemacs-theme.
-
-This places BODY-AND-PLIST in the `ergoemacs-theme-component'
-macro."
- (declare (doc-string 2)
- (indent 2))
- (macroexpand-all `(ergoemacs-theme-component ,@body-and-plist)))
-
-
(defvar ergoemacs-theme-component-properties
'(:bind
:bind-keymap
diff --git a/ergoemacs-mode.el b/ergoemacs-mode.el
index 83ad9ff..3cd3455 100644
--- a/ergoemacs-mode.el
+++ b/ergoemacs-mode.el
@@ -699,7 +699,6 @@ not be useful. However instead of using
(dolist (x ergoemacs-aliases)
(eval (macroexpand `(defalias ',(nth 0 x) ',(nth 1 x))))))
-(autoload 'ergoemacs-component "ergoemacs-macros")
(autoload 'ergoemacs "ergoemacs-macros")
(defcustom ergoemacs-keyboard-layout "us"