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