ensure spacemacs theme is installed
This commit is contained in:
parent
25b192c936
commit
8ee0531ee1
4
conf.org
4
conf.org
|
@ -241,11 +241,13 @@ filesystem and is a usb drive."
|
||||||
(let ((cwd (expand-file-name default-directory)))
|
(let ((cwd (expand-file-name default-directory)))
|
||||||
(call-process "urxvt" nil 0 nil "-cd" cwd)))
|
(call-process "urxvt" nil 0 nil "-cd" cwd)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
* ui
|
* user interface
|
||||||
|
The general look and feel, as well as interactive functionality
|
||||||
** theme
|
** 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.
|
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
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package spacemacs-theme
|
(use-package spacemacs-theme
|
||||||
|
:ensure t
|
||||||
:defer t
|
:defer t
|
||||||
:config
|
:config
|
||||||
(setq spacemacs-theme-custom-colors '((lnum . "#64707c"))))
|
(setq spacemacs-theme-custom-colors '((lnum . "#64707c"))))
|
||||||
|
|
Loading…
Reference in New Issue