Big dump commit
This commit is contained in:
@@ -52,6 +52,9 @@
|
||||
;; Open-With behavior
|
||||
(package! openwith)
|
||||
|
||||
;; Org-Superstart-mode
|
||||
;; (package! org-superstar)
|
||||
|
||||
;; Drag-stuff with alt-jk
|
||||
(package! drag-stuff)
|
||||
|
||||
@@ -100,27 +103,43 @@
|
||||
(package! peg)
|
||||
(package! citeproc)
|
||||
|
||||
;; For lifeOS
|
||||
(package! json-rpc)
|
||||
|
||||
;; (package! emigo :recipe
|
||||
;; (:host github
|
||||
;; :repo "MatthewZMD/emigo" :files (:defaults "*.py" "*.el")
|
||||
;; )
|
||||
;; )
|
||||
;; (package! image-roll :recipe
|
||||
;; (:host github
|
||||
;; :repo "dalanicolai/image-roll.el"))
|
||||
;;
|
||||
(package! image-roll :recipe
|
||||
(:host github
|
||||
:repo "dalanicolai/image-roll.el"
|
||||
:protocol ssh))
|
||||
|
||||
;; (package! org-edna)
|
||||
(package! org-edna)
|
||||
|
||||
;; elgant dependencies bellow:
|
||||
(package! org-ql)
|
||||
(package! ts)
|
||||
(package! s)
|
||||
(package! dash)
|
||||
(package! elgantt
|
||||
:recipe (:host github :repo "legalnonsense/elgantt"))
|
||||
|
||||
(package! age)
|
||||
|
||||
(package! ultra-scroll
|
||||
:recipe (:host github :repo "jdtsmith/ultra-scroll" :protocol ssh))
|
||||
|
||||
(package! passage
|
||||
:recipe (:host github :repo "anticomputer/passage.el" :protocol ssh))
|
||||
|
||||
(package! krl-mode
|
||||
:recipe (:host nil
|
||||
:repo "ssh://code.lazyworkhorse.net:2222/gortium/krl-mode.git"
|
||||
:files ("*.el")))
|
||||
;; Server is down, deactivated for now
|
||||
;; (package! krl-mode
|
||||
;; :recipe (:host nil
|
||||
;; :repo "ssh://code.lazyworkhorse.net:2222/gortium/krl-mode.git"
|
||||
;; :files ("*.el")))
|
||||
|
||||
(package! auto-highlight-symbol)
|
||||
|
||||
@@ -128,6 +147,8 @@
|
||||
|
||||
(package! all-the-icons)
|
||||
|
||||
(package! magit-gptcommit)
|
||||
|
||||
;; To install a package directly from a remote git repo, you must specify a
|
||||
;; ``:recipe' accepts here:
|
||||
;; https://github.com/radian-software/straight.el#the-recipe-format
|
||||
|
||||
Reference in New Issue
Block a user