diff options
author | Alan Pearce | 2017-07-20 18:01:12 +0200 |
---|---|---|
committer | Alan Pearce | 2017-07-20 18:01:12 +0200 |
commit | 5a39500b2d95e5e9b9f780b436e88be20cc2a30e (patch) | |
tree | 44a6cb6c2603cd354d5d8039e9a62ab6805cae1c /emacs/.emacs.d | |
parent | d28ed1fbfedd689e87ad26baafdc63354139891a (diff) | |
download | nixfiles-5a39500b2d95e5e9b9f780b436e88be20cc2a30e.tar.lz nixfiles-5a39500b2d95e5e9b9f780b436e88be20cc2a30e.tar.zst nixfiles-5a39500b2d95e5e9b9f780b436e88be20cc2a30e.zip |
Emacs: Fix typo in base16-theme init
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r-- | emacs/.emacs.d/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index df092aa4..75ed92bf 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -201,7 +201,7 @@ quite easily. #+BEGIN_SRC emacs-lisp (use-package base16-theme :if (or window-system - (daemon-p))) + (daemonp))) #+END_SRC Highlighting quasi-quoted expressions in lisps is quite useful, but I |