all repos — nixfiles @ d7a42ad3cef9f13d56038e18e803dcd880df9fe1

System and user configuration, managed by nix and home-manager

Emacs: Remove base16-theme

Alan Pearce
commit

d7a42ad3cef9f13d56038e18e803dcd880df9fe1

parent

3270f4c3cb1c637a9c319a289094e32a7c1290e1

1 file changed, 0 insertions(+), 9 deletions(-)

changed files
M emacs/.emacs.d/main.elemacs/.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.