Make my/load-theme-and-configure interactive
This commit is contained in:
parent
8e421f8073
commit
22a2910fe6
|
@ -2,7 +2,7 @@
|
||||||
#+author: Evie Litherland-Smith
|
#+author: Evie Litherland-Smith
|
||||||
#+email: evie@xenia.me.uk
|
#+email: evie@xenia.me.uk
|
||||||
Personal Emacs configuration. Clone to =~/.config/emacs/= (or
|
Personal Emacs configuration. Clone to =~/.config/emacs/= (or
|
||||||
=~/.emacs.d/=) and install specified plugins.
|
=~/.emacs.d/=) and install specified plugins using [[file:install.el][the install script]].
|
||||||
* Config
|
* Config
|
||||||
** Package management
|
** Package management
|
||||||
Customise =use-package= before first time it's used.
|
Customise =use-package= before first time it's used.
|
||||||
|
@ -83,6 +83,7 @@ Configure the look and feel of Emacs
|
||||||
|
|
||||||
(defun my/load-theme-and-configure ()
|
(defun my/load-theme-and-configure ()
|
||||||
"Load theme and configure some faces."
|
"Load theme and configure some faces."
|
||||||
|
(interactive)
|
||||||
(require 'base16-theme)
|
(require 'base16-theme)
|
||||||
(load-theme 'base16-one-light t)
|
(load-theme 'base16-one-light t)
|
||||||
(defvar base16-current-theme-colors nil
|
(defvar base16-current-theme-colors nil
|
||||||
|
|
Loading…
Reference in a new issue