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

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

[elpa] externals/ef-themes b8da27eda1 2/6: Add aliases for the "preview


From: ELPA Syncer
Subject: [elpa] externals/ef-themes b8da27eda1 2/6: Add aliases for the "preview palette" commands
Date: Tue, 31 Jan 2023 08:34:13 -0500 (EST)

branch: externals/ef-themes
commit b8da27eda14b66cbb56bfe94d2c861e3f4d12dfd
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add aliases for the "preview palette" commands
---
 ef-themes.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/ef-themes.el b/ef-themes.el
index 2ca0b2d87b..de53bfec03 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -712,6 +712,12 @@ Helper function for `ef-themes-preview-colors'."
   "Call `ef-themes-preview-colors' for the current Ef theme."
   (interactive)
   (ef-themes-preview-colors (ef-themes--current-theme)))
+(defalias 'ef-themes-list-colors 'ef-themes-preview-colors
+  "Alias of `ef-themes-preview-colors'.")
+
+
+(defalias 'ef-themes-list-colors-current 'ef-themes-preview-colors-current
+  "Alias of `ef-themes-preview-colors-current'.")
 
 ;;; Faces and variables
 



reply via email to

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