[emacs] Add org-fc and hydra
This commit is contained in:
@ -110,7 +110,7 @@
|
|||||||
;;clojure ; java with a lisp
|
;;clojure ; java with a lisp
|
||||||
;;common-lisp ; if you've seen one lisp, you've seen them all
|
;;common-lisp ; if you've seen one lisp, you've seen them all
|
||||||
;;coq ; proofs-as-programs
|
;;coq ; proofs-as-programs
|
||||||
;;crystal ; ruby at the speed of c
|
(crystal +lsp) ; ruby at the speed of c
|
||||||
;;csharp ; unity, .NET, and mono shenanigans
|
;;csharp ; unity, .NET, and mono shenanigans
|
||||||
data ; config/data formats
|
data ; config/data formats
|
||||||
;;(dart +flutter) ; paint ui and not much else
|
;;(dart +flutter) ; paint ui and not much else
|
||||||
@ -138,7 +138,7 @@
|
|||||||
ledger ; an accounting system in Emacs
|
ledger ; an accounting system in Emacs
|
||||||
;;lua ; one-based indices? one-based indices
|
;;lua ; one-based indices? one-based indices
|
||||||
markdown ; writing docs for people to ignore
|
markdown ; writing docs for people to ignore
|
||||||
;;nim ; python + lisp at the speed of c
|
(nim +lsp) ; python + lisp at the speed of c
|
||||||
;;nix ; I hereby declare "nix geht mehr!"
|
;;nix ; I hereby declare "nix geht mehr!"
|
||||||
;;ocaml ; an objective camel
|
;;ocaml ; an objective camel
|
||||||
(org ; organize your plain life in plain text
|
(org ; organize your plain life in plain text
|
||||||
|
|||||||
@ -16,6 +16,12 @@
|
|||||||
:recipe (:host github
|
:recipe (:host github
|
||||||
:repo "Fuco1/justify-kp"))
|
:repo "Fuco1/justify-kp"))
|
||||||
|
|
||||||
|
(package! hydra)
|
||||||
|
(package! org-fc
|
||||||
|
:recipe(:host github
|
||||||
|
:repo "l3kn/org-fc"
|
||||||
|
:files (:defaults "awk" "demo.org")))
|
||||||
|
|
||||||
(package! eglot)
|
(package! eglot)
|
||||||
|
|
||||||
;; python stuffs
|
;; python stuffs
|
||||||
|
|||||||
Reference in New Issue
Block a user