summary refs log tree commit diff stats
path: root/emacs/.emacs.d/main.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/main.el')
-rw-r--r--emacs/.emacs.d/main.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 1132871..8f692bb 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -172,15 +172,6 @@
                                     '(font-lock-string-face ((t (:slant normal)))))))
 ;; #+END_SRC
 
-;; Base16 theming allows me have a consistent style between applications
-;; quite easily.
-
-;; #+BEGIN_SRC emacs-lisp
-(use-package base16-theme
-  :if (or window-system
-          (daemonp)))
-;; #+END_SRC
-
 ;; Highlighting quasi-quoted expressions in lisps is quite useful, but I
 ;; don't need it all the time.  I'll keep it around for a while so that I
 ;; can enable it if needed.