summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2017-08-21 12:47:06 +0200
committerAlan Pearce2017-08-21 12:47:06 +0200
commitd7a42ad3cef9f13d56038e18e803dcd880df9fe1 (patch)
tree913f958ab4876e810252350208e4f0f920afecf7
parent3270f4c3cb1c637a9c319a289094e32a7c1290e1 (diff)
downloaddotfiles-d7a42ad3cef9f13d56038e18e803dcd880df9fe1.tar.lz
dotfiles-d7a42ad3cef9f13d56038e18e803dcd880df9fe1.tar.zst
dotfiles-d7a42ad3cef9f13d56038e18e803dcd880df9fe1.zip
Emacs: Remove base16-theme
-rw-r--r--emacs/.emacs.d/main.el9
-rw-r--r--nix/.config/nixpkgs/emacs.nix3
2 files changed, 1 insertions, 11 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.
diff --git a/nix/.config/nixpkgs/emacs.nix b/nix/.config/nixpkgs/emacs.nix
index ad77ff5..6ce3a21 100644
--- a/nix/.config/nixpkgs/emacs.nix
+++ b/nix/.config/nixpkgs/emacs.nix
@@ -60,7 +60,6 @@ in
     ag
     auto-compile
     avy
-    base16-theme
     bbdb
     beginend
     cider
@@ -163,5 +162,5 @@ in
     # defined above
     hook-helpers
     dired-du
-    # From main packages set
+    # From main packages set 
   ])