Compare commits
No commits in common. "e8dd98aa3ceb4dc65f28ef59e1d099e79836a5ee" and "90d56d2b24790b4349814ef9f1dd1710aae9927e" have entirely different histories.
e8dd98aa3c
...
90d56d2b24
@ -24,7 +24,6 @@
|
||||
;; Fetch and save bibtex from Firefox
|
||||
(package! asoc :recipe (:host github :repo "troyp/asoc.el"))
|
||||
(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"))
|
||||
;; Arduino development
|
||||
(package! platformio-mode)
|
||||
@ -32,3 +31,6 @@
|
||||
(package! os1-theme :recipe (:host github :repo "sashimacs/os1-theme"))
|
||||
;; Move buffer while maintaining cursor centered
|
||||
(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"))
|
||||
|
Loading…
Reference in New Issue
Block a user