Emacs: Remove base16-theme
Alan Pearce alan@alanpearce.eu
Mon, 21 Aug 2017 12:47:06 +0200
2 files changed, 1 insertions(+), 11 deletions(-)
M emacs/.emacs.d/main.el → emacs/.emacs.d/main.el
@@ -172,15 +172,6 @@ '(git-gutter-fr:deleted ((t (:foreground "#b8b8b8")))) '(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.
M nix/.config/nixpkgs/emacs.nix → nix/.config/nixpkgs/emacs.nix
@@ -60,7 +60,6 @@ add-node-modules-path ag auto-compile avy - base16-theme bbdb beginend cider @@ -163,5 +162,5 @@ ]) ++ [ # defined above hook-helpers dired-du - # From main packages set + # From main packages set ])