Commit a9efef74204f

Vincent Demeester <vincent@sbr.pm>
2025-05-20 22:28:38
tools/emacs/mini: try out some packages
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 55b6a9d
Changed files (1)
tools
emacs
tools/emacs/mini/init.el
@@ -613,7 +613,21 @@ Else toggle the comment status of the line at point."
   (embark-cycle-key ".")
   (embark-help-key "?"))
 
-;; TODO embark
+(use-package eljira
+  :commands (eljira)
+  :ensure nil
+  :load-path "~/src/github.com/sawwheet/eljira/"
+  :custom
+  (eljira-token (passage-get "redhat/issues/token/myji"))
+  (eljira-username "vdemeest@redhat.com")
+  (eljira-url "https://issues.redhat.com"))
+
+(use-package chatgpt-shell
+  :commands (chatgpt-shell)
+  :custom
+  (chatgpt-shell-google-key (passage-get "ai/gemini/api_key"))
+  (chatgpt-shell-openrouter-key (passage-get "ai/openroute/api_key"))
+  (chatgpt-shell-deepseek-key (passage-get "ai/deepseek/api_key")))
 ;; TODO window managementt
 ;; TODO ORG mode configuration (BIG one)