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

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

[elpa] externals/ef-themes 2a4cc0275e 022/281: Remove helper code which


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 2a4cc0275e 022/281: Remove helper code which was for testing purposes
Date: Tue, 16 Aug 2022 16:58:15 -0400 (EDT)

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

    Remove helper code which was for testing purposes
---
 ef-summer-theme.el | 7 -------
 ef-winter-theme.el | 7 -------
 2 files changed, 14 deletions(-)

diff --git a/ef-summer-theme.el b/ef-summer-theme.el
index 8df82e4b34..e8484499f0 100644
--- a/ef-summer-theme.el
+++ b/ef-summer-theme.el
@@ -33,13 +33,6 @@
 
 
 
-(defun test-ef-summer ()
-  (interactive)
-  (mapc #'disable-theme custom-enabled-themes)
-  (load-theme 'ef-summer :no-confirm))
-
-(add-to-list 'custom-theme-load-path "/home/prot/Git/Projects/ef-themes/")
-
 (eval-and-compile
   (require 'ef-themes)
 
diff --git a/ef-winter-theme.el b/ef-winter-theme.el
index 4e5804b66b..6f72d24278 100644
--- a/ef-winter-theme.el
+++ b/ef-winter-theme.el
@@ -33,13 +33,6 @@
 
 
 
-(defun test-ef-winter ()
-  (interactive)
-  (mapc #'disable-theme custom-enabled-themes)
-  (load-theme 'ef-winter :no-confirm))
-
-(add-to-list 'custom-theme-load-path "/home/prot/Git/Projects/ef-themes/")
-
 (eval-and-compile
   (require 'ef-themes)
 



reply via email to

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