Skip to content

Commit

Permalink
Fix syntax error introduced in GH-81 (#82)
Browse files Browse the repository at this point in the history
Fixed a syntax error introduced in GH-81 (PR) that added an extra brace. This resulted in error when trying to load the theme.
  • Loading branch information
rien333 authored and arcticicestudio committed Jan 8, 2020
1 parent 0c94f19 commit d334299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nord-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@
`(org-level-5 ((,class (:inherit org-level-4))))
`(org-level-6 ((,class (:inherit org-level-4))))
`(org-level-7 ((,class (:inherit org-level-4))))
`(org-level-8 ((,class (:inherit org-level-4)))))
`(org-level-8 ((,class (:inherit org-level-4))))
`(org-agenda-structure ((,class (:foreground ,nord9))))
`(org-agenda-date ((,class (:foreground ,nord8 :underline nil))))
`(org-agenda-done ((,class (:foreground ,nord14))))
Expand Down

0 comments on commit d334299

Please sign in to comment.