From 74c178909a08b544f0443c79113ed08353b38391 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 23 Jun 2020 08:43:15 -0400 Subject: [PATCH] [emacs] Add org-fc and hydra --- emacs/.config/doom/init.el | 4 ++-- emacs/.config/doom/packages.el | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/emacs/.config/doom/init.el b/emacs/.config/doom/init.el index 4d2c98d..b83e49a 100644 --- a/emacs/.config/doom/init.el +++ b/emacs/.config/doom/init.el @@ -110,7 +110,7 @@ ;;clojure ; java with a lisp ;;common-lisp ; if you've seen one lisp, you've seen them all ;;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 data ; config/data formats ;;(dart +flutter) ; paint ui and not much else @@ -138,7 +138,7 @@ ledger ; an accounting system in Emacs ;;lua ; one-based indices? one-based indices 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!" ;;ocaml ; an objective camel (org ; organize your plain life in plain text diff --git a/emacs/.config/doom/packages.el b/emacs/.config/doom/packages.el index cca9a90..4024a6a 100644 --- a/emacs/.config/doom/packages.el +++ b/emacs/.config/doom/packages.el @@ -16,6 +16,12 @@ :recipe (:host github :repo "Fuco1/justify-kp")) +(package! hydra) +(package! org-fc + :recipe(:host github + :repo "l3kn/org-fc" + :files (:defaults "awk" "demo.org"))) + (package! eglot) ;; python stuffs