Skip to content

Commit 44b864c

Browse files
committed
Update header
1 parent 126eb41 commit 44b864c

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

tomorrow-night-deepblue-theme.el

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,15 @@
4040
;; backgrounds by default. There's something special about the early days of
4141
;; programming and the tools we used that brings back fond memories.
4242
;;
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))
5452
;;
5553
;; Links:
5654
;; ------

0 commit comments

Comments
 (0)