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

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

[nongnu] elpa/swift-mode 8641ebc 048/496: Mention old-school installatio


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode 8641ebc 048/496: Mention old-school installation method
Date: Sun, 29 Aug 2021 11:33:05 -0400 (EDT)

branch: elpa/swift-mode
commit 8641ebc7c1e7d02be373f31b6038c2af4de6f4dd
Author: Bozhidar Batsov <bozhidar@tradeo.com>
Commit: Bozhidar Batsov <bozhidar@tradeo.com>

    Mention old-school installation method
---
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.md b/README.md
index 30e0330..ac1a2c9 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,15 @@ make && make install
 
 This will install `swift-mode` via `package.el` locally.
 
+You can also install `switf-mode` the old-school way by simply dropping it
+somewhere on your `load-path`. I favour the
+folder `~/.emacs.d/vendor`:
+
+```el
+(add-to-list 'load-path "~/emacs.d/vendor")
+(require 'swift-mode)
+```
+
 ## Contributing
 
 Yes, please do! See [CONTRIBUTING][] for guidelines.



reply via email to

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