Selaa lähdekoodia

[emacs] Add C#, scala and todoist

Colin Powell 3 kuukautta sitten
vanhempi
commit
67c34b22ba
2 muutettua tiedostoa jossa 8 lisäystä ja 2 poistoa
  1. 2 2
      emacs/.config/doom/init.el
  2. 6 0
      emacs/.config/doom/packages.el

+ 2 - 2
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

+ 6 - 0
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