Skip to content

Commit

Permalink
Adding fish mode (#25)
Browse files Browse the repository at this point in the history
* Adding fish mode

* Attempting to fix builds
  • Loading branch information
mishok13 authored Feb 13, 2025
1 parent 7b301a8 commit a3e9b01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,11 @@
:init
(auth-source-1password-enable))

(use-package shell-maker
:straight (:type git :host github :repo "xenodium/shell-maker" :files ("shell-maker*.el")))

(use-package chatgpt-shell
:straight (:type git :host github :repo "xenodium/chatgpt-shell" :files ("chatgpt-shell*.el"))
:custom
(chatgpt-shell-openai-key (lambda ()
(auth-source-pick-first-password :host "OpenAI ChatGPT API Key" :user "credential"))))
Expand All @@ -814,3 +818,5 @@
(use-package nerd-icons
:custom
(nerd-icons-font-family "Hack Nerd Font Mono"))

(use-package fish-mode)
1 change: 1 addition & 0 deletions straight/versions/default.el
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
("el-patch" . "92803e7ea6e07cd56667ed7ea0dfacfc1f37f6d9")
("eldoc" . "91a8ae2fa66ac09f45337f9eca6c7aa643a063f4")
("elquery" . "38f3bd41096cb270919b06095da0b9ac1add4598")
("emacs-fish" . "2526b1803b58cf145bc70ff6ce2adb3f6c246f89")
("emacs-request" . "01e338c335c07e4407239619e57361944a82cb8a")
("emacs-which-key" . "38d4308d1143b61e4004b6e7a940686784e51500")
("emacsmirror-mirror" . "7e8f4719bb75a31687e36e993c7a9be68e85fdbd")
Expand Down

0 comments on commit a3e9b01

Please sign in to comment.