emacs: tangle all the files

This commit is contained in:
Protesilaos 2026-05-06 09:41:22 +03:00
parent 3c1dc8bb6e
commit 6d5fea8b7f
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 10 additions and 0 deletions

View file

@ -144,6 +144,11 @@
"M-<f5>" #'gnome-accent-theme-switcher-load-random-from-current-set)
(gnome-accent-theme-switcher-mode 1)))
;;; Modus themes exporter
(prot-emacs-configure
;; The use the command `modus-themes-exporter-export'.
(prot-emacs-install modus-themes-exporter "https://github.com/protesilaos/modus-themes-exporter.git"))
;;;; Theme buffet
(prot-emacs-configure
(prot-emacs-install theme-buffet)

View file

@ -260,4 +260,9 @@ With optional argument FRAME, return the list of buffers of FRAME."
(setq windmove-create-window nil)) ; Emacs 27.1
;;; Buffer to PDF
(prot-emacs-configure
;; The use the command `buffer-to-pdf' or `buffer-to-pdf-black-on-white'.
(prot-emacs-install buffer-to-pdf "https://github.com/protesilaos/buffer-to-pdf.git"))
(provide 'prot-emacs-window)