mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: tangle all the files
This commit is contained in:
parent
3c1dc8bb6e
commit
6d5fea8b7f
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue