From d59e88eeec2c36b57770f550ce1aade5c23b97f1 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Wed, 22 Apr 2015 22:06:19 -0400 Subject: [PATCH] Remove themes from spacemacs layer - base16-theme - monokai-theme - zenburn-theme It is not necessary to add them to the layer now because the configuration layer engine does not treat themes listed in `dotspacemacs-themes` as orphans anymore. --- spacemacs/packages.el | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/spacemacs/packages.el b/spacemacs/packages.el index d61d9a9ff..9836b48c9 100644 --- a/spacemacs/packages.el +++ b/spacemacs/packages.el @@ -19,7 +19,6 @@ aggressive-indent auto-dictionary auto-highlight-symbol - base16-theme bind-key bookmark buffer-move @@ -80,7 +79,6 @@ indent-guide leuven-theme linum-relative - monokai-theme move-text multi-term neotree @@ -103,7 +101,6 @@ whitespace window-numbering winner - zenburn-theme )) (setq spacemacs-excluded-packages '()) @@ -234,8 +231,6 @@ (evil-leader/set-key "Sd" 'adict-change-dictionary)))) -(defun spacemacs/init-base16-theme ()) - (defun spacemacs/init-auto-highlight-symbol () (use-package auto-highlight-symbol :defer t @@ -1922,8 +1917,6 @@ Put (global-hungry-delete-mode) in dotspacemacs/config to enable by default." (setq linum-relative-current-symbol "") (linum-relative-toggle)))) -(defun spacemacs/init-monokai-theme ()) - (defun spacemacs/init-move-text () (use-package move-text :defer t @@ -2761,6 +2754,3 @@ It is a string holding: (append winner-boring-buffers spacemacs/winner-boring-buffers)) (winner-mode t)))) -(defun spacemacs/init-zenburn-theme () - (use-package zenburn-theme - :defer t))