Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a custom face for dismissed notifications
This allows users to disable the default strike-through, change colors, etc. For example: (set-face-attribute 'ednc-dismissed nil :strike-through nil :foreground "gray") Or disable the face entirely: (setq ednc-dismissed-face nil)
- Loading branch information