Compare commits

..

No commits in common. "e8dd98aa3ceb4dc65f28ef59e1d099e79836a5ee" and "90d56d2b24790b4349814ef9f1dd1710aae9927e" have entirely different histories.

View File

@ -24,7 +24,6 @@
;; Fetch and save bibtex from Firefox ;; Fetch and save bibtex from Firefox
(package! asoc :recipe (:host github :repo "troyp/asoc.el")) (package! asoc :recipe (:host github :repo "troyp/asoc.el"))
(package! doct :recipe (:host github :repo "progfolio/doct")) (package! doct :recipe (:host github :repo "progfolio/doct"))
(package! persid :recipe (:host github :repo "rougier/persid"))
(package! org-capture-ref :recipe (:host github :repo "yantar92/org-capture-ref")) (package! org-capture-ref :recipe (:host github :repo "yantar92/org-capture-ref"))
;; Arduino development ;; Arduino development
(package! platformio-mode) (package! platformio-mode)
@ -32,3 +31,6 @@
(package! os1-theme :recipe (:host github :repo "sashimacs/os1-theme")) (package! os1-theme :recipe (:host github :repo "sashimacs/os1-theme"))
;; Move buffer while maintaining cursor centered ;; Move buffer while maintaining cursor centered
(package! centered-cursor-mode) (package! centered-cursor-mode)
;; HACK Fix org-msg compose
(unpin! org-msg)
(package! org-msg :recipe (:host github :repo "danielfleischer/org-msg" :branch "1.12"))