prot-emacs-theme: fix unbalanced parentheses

This commit is contained in:
Protesilaos Stavrou 2023-12-05 12:31:59 +02:00
parent e3ca00c484
commit 95f8ab8e48
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -90,7 +90,9 @@
;; through themes periodically. Check its documentation for the
;; technicalities: <https://git.sr.ht/~bboal/theme-buffet>.
(prot-emacs-package theme-buffet
(:install t)
(:delay 1)
(setq theme-buffet-menu 'modus-ef)
(theme-buffet-mode 1)
(theme-buffet-mode 1))
(provide 'prot-emacs-theme)