Skip to content

Commit

Permalink
fix: theme providing
Browse files Browse the repository at this point in the history
Add the correct name for the theme file.
  • Loading branch information
gs-101 committed Dec 21, 2024
1 parent c5ba568 commit c3fd40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emacs/nekonight-moon-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@
(add-to-list 'custom-theme-load-path
(file-name-as-directory (file-name-directory load-file-name))))

(provide-theme 'nekonight-moon)
(provide-theme 'nekonight-moon-theme)

;; Local Variables:
;; no-byte-compile: t
Expand Down

0 comments on commit c3fd40d

Please sign in to comment.