From 709d80e4e6beb80132609ec06401f3f84bf9074c Mon Sep 17 00:00:00 2001
From: Amin Bandali <bandali@gnu.org>
Date: Tue, 6 Oct 2020 14:49:08 -0400
Subject: Remove some vestigial stuff

---
 .emacs.d/lisp/bandali-org.el   |  3 ---
 .emacs.d/lisp/bandali-theme.el | 10 ----------
 2 files changed, 13 deletions(-)

(limited to '.emacs.d/lisp')

diff --git a/.emacs.d/lisp/bandali-org.el b/.emacs.d/lisp/bandali-org.el
index 38a4a5a..cd40b1e 100644
--- a/.emacs.d/lisp/bandali-org.el
+++ b/.emacs.d/lisp/bandali-org.el
@@ -46,9 +46,6 @@
   (add-to-list 'org-structure-template-alist '("L" . "src emacs-lisp") t)
   (add-to-list 'org-modules 'org-habit)
   (custom-set-faces
-   '(org-block-begin-line
-     ((t (:foreground "#5a5b5a" :background "#1d1f21"))))
-   '(org-block ((t (:background "#1d1f21"))))
    '(org-latex-and-related ((t (:foreground "#b294bb")))))
   ;; local key bindings
   (define-key org-mode-map (kbd "M-L") #'org-insert-last-stored-link)
diff --git a/.emacs.d/lisp/bandali-theme.el b/.emacs.d/lisp/bandali-theme.el
index 13929cb..c63234a 100644
--- a/.emacs.d/lisp/bandali-theme.el
+++ b/.emacs.d/lisp/bandali-theme.el
@@ -55,13 +55,8 @@
   (interactive)
   (mapc #'disable-theme custom-enabled-themes)
   (load-theme 'refinery t)
-  (when (featurep 'smart-mode-line)
-    (let ((sml/no-confirm-load-theme t))
-      (sml/apply-theme 'respectful)))
   (font-lock-remove-keywords
    'org-mode b/org-mode-font-lock-keywords)
-  (when (featurep 'erc-hl-nicks)
-    (erc-hl-nicks-reset-face-table))
   (when (featurep 'exwm-systemtray)
     (exwm-systemtray--refresh)))
 
@@ -70,13 +65,8 @@
   (interactive)
   (mapc #'disable-theme custom-enabled-themes)
   (load-theme 'refinery-dark t)
-  (when (featurep 'smart-mode-line)
-    (let ((sml/no-confirm-load-theme t))
-      (sml/apply-theme 'dark)))
   (font-lock-add-keywords
    'org-mode b/org-mode-font-lock-keywords t)
-  (when (featurep 'erc-hl-nicks)
-    (erc-hl-nicks-reset-face-table))
   (when (featurep 'exwm-systemtray)
     (exwm-systemtray--refresh)))
 
-- 
cgit v1.2.3-83-g751a