From 67c34b22ba26f148e5ecc590a3d4003c605eaf83 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 7 Feb 2025 13:03:45 -0500 Subject: [PATCH] [emacs] Add C#, scala and todoist --- 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 8d0debd..e6b2dff 100644 --- a/emacs/.config/doom/init.el +++ b/emacs/.config/doom/init.el @@ -121,7 +121,7 @@ ;;common-lisp ; if you've seen one lisp, you've seen them all ;;coq ; proofs-as-programs ;;crystal ; ruby at the speed of c - ;;csharp ; unity, .NET, and mono shenanigans + (csharp +lsp) ; unity, .NET, and mono shenanigans ;;data ; config/data formats ;;(dart +flutter) ; paint ui and not much else ;;dhall @@ -173,7 +173,7 @@ ;;rst ; ReST in peace ;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} ;;(rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap() - ;;scala ; java, but good + (scala +lsp) ; java, but good ;;(scheme +guile) ; a fully conniving family of lisps sh ; she sells {ba,z,fi}sh shells on the C xor ;;sml diff --git a/emacs/.config/doom/packages.el b/emacs/.config/doom/packages.el index 2dd053f..e633357 100644 --- a/emacs/.config/doom/packages.el +++ b/emacs/.config/doom/packages.el @@ -19,6 +19,12 @@ (package! blacken) (package! org-modern) +(package! org-todoist + :recipe (:host github + :repo "lillenne/org-todoist" + :branch "main" + :files ("org-todoist.el"))) + ;; To install a package directly from a remote git repo, you must specify a ;; `:recipe'. You'll find documentation on what `:recipe' accepts here: ;; https://github.com/radian-software/straight.el#the-recipe-format