From 22a2910fe63719ec4b3c30f42840296e2c4904c2 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 16 Aug 2024 08:54:57 +0100 Subject: [PATCH] Make my/load-theme-and-configure interactive --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 59a43fc..3252817 100644 --- a/README.org +++ b/README.org @@ -2,7 +2,7 @@ #+author: Evie Litherland-Smith #+email: evie@xenia.me.uk 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 ** Package management 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 () "Load theme and configure some faces." + (interactive) (require 'base16-theme) (load-theme 'base16-one-light t) (defvar base16-current-theme-colors nil