emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gotham-theme 916fb81e3e 006/214: Updated install informati


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 916fb81e3e 006/214: Updated install information with expand-file-name to remove problems
Date: Fri, 7 Jan 2022 17:58:35 -0500 (EST)

branch: elpa/gotham-theme
commit 916fb81e3e1c5e9e9bfce7642857cb85131de9ec
Author: Hannah Young <hannah@corgibyte.com>
Commit: Hannah Young <hannah@corgibyte.com>

    Updated install information with expand-file-name to remove problems
    across distributions.
---
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 7c68f8a799..5b4edea165 100644
--- a/README.rst
+++ b/README.rst
@@ -28,7 +28,7 @@ to your init file:
 
 .. code:: cl
 
-    (add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
+    (add-to-list 'custom-theme-load-path (expand-file-name 
"~/.emacs.d/themes/"))
 
 Alternatively you can install the theme via `quelpa
 <https://github.com/quelpa/quelpa>`_ with ``M-: (quelpa '(gotham-theme



reply via email to

[Prev in Thread] Current Thread [Next in Thread]