Remove helper code which was for testing purposes

This commit is contained in:
Protesilaos Stavrou 2022-08-13 13:26:55 +03:00
parent 1de145c064
commit 2a4cc0275e
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 0 additions and 14 deletions

View file

@ -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)

View file

@ -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)