File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 40
40
; ; backgrounds by default. There's something special about the early days of
41
41
; ; programming and the tools we used that brings back fond memories.
42
42
; ;
43
- ; ; Installation:
44
- ; ; -------------
45
- ; ; To install `tomorrow-night-deepblue-theme` from MELPA:
46
- ; ;
47
- ; ; (use-package tomorrow-night-deepblue-theme
48
- ; ; :ensure t
49
- ; ; :config
50
- ; ; ;; Disable all themes and load the Tomorrow Night Deep Blue theme
51
- ; ; (mapc #'disable-theme custom-enabled-themes)
52
- ; ; ;; Load the tomorrow-night-deepblue theme
53
- ; ; (load-theme 'tomorrow-night-deepblue t))
43
+ ; ; Installation from MELPA:
44
+ ; ; ------------------------
45
+ ; ; (use-package tomorrow-night-deepblue-theme
46
+ ; ; :ensure t
47
+ ; ; :config
48
+ ; ; ;; Disable all themes and load the Tomorrow Night Deep Blue theme
49
+ ; ; (mapc #'disable-theme custom-enabled-themes)
50
+ ; ; ;; Load the tomorrow-night-deepblue theme
51
+ ; ; (load-theme 'tomorrow-night-deepblue t))
54
52
; ;
55
53
; ; Links:
56
54
; ; ------
You can’t perform that action at this time.
0 commit comments