branch: externals/ef-themes
commit 2a4cc0275e3aa660e7d61cb0961e1c597e972c8d
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
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)