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

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

[nongnu] elpa/dracula-theme 0cb5a39 101/187: Create INSTALL.md


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 0cb5a39 101/187: Create INSTALL.md
Date: Thu, 21 Oct 2021 18:05:03 -0400 (EDT)

branch: elpa/dracula-theme
commit 0cb5a392f6d96a7a7f01df53da4d990872327b07
Author: Zeno Rocha <hi@zenorocha.com>
Commit: GitHub <noreply@github.com>

    Create INSTALL.md
---
 INSTALL.md | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/INSTALL.md b/INSTALL.md
new file mode 100644
index 0000000..80f0f04
--- /dev/null
+++ b/INSTALL.md
@@ -0,0 +1,18 @@
+### [Emacs](https://www.gnu.org/software/emacs/)
+
+#### Install using MELPA
+
+    M-x package-install <RET> dracula-theme
+
+#### Install using Homebrew
+
+    brew install dunn/emacs/helm
+
+#### Install manually
+
+Add the emacs theme files to `~/.emacs.d/themes`.
+
+To load a theme add the following to your init.el
+
+    (add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
+    (load-theme 'dracula t)



reply via email to

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