From 3bb01732ebe2df23dbe9e54fdea20b29ed07f0f6 Mon Sep 17 00:00:00 2001 From: Ian Pan Date: Sun, 5 Jan 2020 00:49:06 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1502102..93a7bfe 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Download `tron-legacy-theme.el` and put it under `~/.emacs.d/themes/` (or `~/.co (add-to-list 'custom-theme-load-path "~/.emacs.d/themes/") # or (add-to-list 'custom-theme-load-path "~/.config/emacs/themes/") + (load-theme `tron-legacy t) ```