Browse Source

new doom packages

Josh Bicking 1 week ago
parent
commit
2edc0a7325

+ 7 - 0
doom/.config/doom/config.el

@@ -74,3 +74,10 @@
 ;;
 ;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
 ;; they are implemented.
+
+(doom-load-envvars-file "~/.config/doomenv")
+
+(after! ellama
+  (setq ellama-major-mode #'markdown-mode)
+  )
+

+ 12 - 0
doom/.config/doom/custom.el

@@ -0,0 +1,12 @@
+(custom-set-variables
+ ;; custom-set-variables was added by Custom.
+ ;; If you edit it by hand, you could mess it up, so be careful.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
+ '(safe-local-variable-values '((eval progn (pp-buffer) (indent-buffer)))))
+(custom-set-faces
+ ;; custom-set-faces was added by Custom.
+ ;; If you edit it by hand, you could mess it up, so be careful.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
+ )

+ 2 - 2
doom/.config/doom/init.el

@@ -104,7 +104,7 @@
        ;;prodigy           ; FIXME managing external services & code builders
        ;;rgb               ; creating color strings
        ;;taskrunner        ; taskrunner for all your projects
-       ;;terraform         ; infrastructure as code
+       terraform         ; infrastructure as code
        ;;tmux              ; an API for interacting with tmux
        ;;tree-sitter       ; syntax and parsing, sitting in a tree...
        ;;upload            ; map local to remote projects via ssh/ftp
@@ -143,7 +143,7 @@
        ;;idris             ; a language you can depend on
        json              ; At least it ain't XML
        ;;(java +lsp)       ; the poster child for carpal tunnel syndrome
-       ;;javascript        ; all(hope(abandon(ye(who(enter(here))))))
+       javascript        ; all(hope(abandon(ye(who(enter(here))))))
        ;;julia             ; a better, faster MATLAB
        ;;kotlin            ; a better, slicker Java(Script)
        ;;latex             ; writing papers in Emacs has never been so fun

+ 3 - 0
doom/.config/doom/packages.el

@@ -48,3 +48,6 @@
 ;; (unpin! pinned-package another-pinned-package)
 ;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
 ;; (unpin! t)
+
+(package! todoist)
+(package! ellama)

+ 0 - 4
profile/.profile

@@ -56,7 +56,3 @@ fi
 if command -v thefuck 2>&1 >/dev/null; then
     eval $(thefuck --alias)
 fi
-
-if [ -f "$HOME/.local/share/cloudflare-warp-certs/config.sh" ]; then
-    source $HOME/.local/share/cloudflare-warp-certs/config.sh
-fi

+ 1 - 0
zsh/.zshrc

@@ -94,3 +94,4 @@ function sl_func() {
 }
 
 alias sl=sl_func
+