Skip to content

Commit 39d9ae3

Browse files
committed
add doom emacs installation guide
1 parent 8ebcfd9 commit 39d9ae3

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,20 @@ Starlit customizes your Emacs to be deep blue with bright colors from a starlit
1515

1616
## Installation
1717

18+
### Doom Emacs
19+
20+
in `packages.el`: `(package! starlit-theme)`
21+
22+
in your config:
23+
``` elisp
24+
(setq doom-theme 'starlit)
25+
```
26+
1827
### Spacemacs
1928

2029
Spacemacs automatically uses and installs `starlit` when you add it to the theme list:
2130

22-
```lisp
31+
``` elisp
2332
;; within your dotspacemacs/init function, set:
2433
dotspacemacs-themes '(starlit
2534
...other themes)
@@ -37,7 +46,7 @@ M-x package-install starlit-theme
3746

3847
To load the theme on Emacs startup:
3948

40-
```lisp
49+
``` elisp
4150
(load-theme 'starlit t)
4251
```
4352

@@ -50,7 +59,7 @@ This path then needs to be loaded within your emacs config:
5059
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/starlit-emacs")
5160
```
5261

53-
Alternatively, this snippet discovers all theme directories in `~/.emacs.d/themes/`:
62+
Alternatively, use this snippet to discover all theme directories in `~/.emacs.d/themes/`:
5463

5564
```elisp
5665
(let ((basedir (locate-user-emacs-file "themes/")))
@@ -122,7 +131,7 @@ Everyone who contributed is likely listed [here](https://github.com/SFTtech/star
122131
## Contact
123132

124133
If you have questions, suggestions, encounter any problem,
125-
please join our [Matrix](https://matrix.org) channel and ask!
134+
please join our [Matrix](https://matrix.to/#/#sfttech:matrix.org) channel and ask!
126135

127136
```
128137
#sfttech:matrix.org

starlit-theme.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; starlit-theme.el --- Deep blue dark theme with bright colors from the starlit sky -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2022-2023
3+
;; Copyright (C) 2022-2024
44

55
;; Author: Jonas Jelten <jj@sft.lol>
66
;; Keywords: faces

0 commit comments

Comments
 (0)