From 8ee0531ee103e994229686eba2e11e297f579c30 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 15 Dec 2018 10:01:13 -0500 Subject: [PATCH] ensure spacemacs theme is installed --- conf.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf.org b/conf.org index a427ffa..13220a1 100644 --- a/conf.org +++ b/conf.org @@ -241,11 +241,13 @@ filesystem and is a usb drive." (let ((cwd (expand-file-name default-directory))) (call-process "urxvt" nil 0 nil "-cd" cwd))) #+END_SRC -* ui +* user interface +The general look and feel, as well as interactive functionality ** theme This theme has good functionality for many different modes without being over-the-top or overly complex. It also comes with an easy way to set custom colors. #+BEGIN_SRC emacs-lisp (use-package spacemacs-theme + :ensure t :defer t :config (setq spacemacs-theme-custom-colors '((lnum . "#64707c"))))