Fixed
This commit is contained in:
parent
543cdb2a4d
commit
edecbab911
1 changed files with 15 additions and 14 deletions
|
|
@ -1137,7 +1137,7 @@ Display the actual color as a background for any hex color value (ex. #ffffff).
|
||||||
#+end_src
|
#+end_src
|
||||||
* AI
|
* AI
|
||||||
** Ellama
|
** Ellama
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lispp
|
||||||
(use-package ellama
|
(use-package ellama
|
||||||
:ensure t
|
:ensure t
|
||||||
:bind ("C-c e" . ellama)
|
:bind ("C-c e" . ellama)
|
||||||
|
|
@ -1150,7 +1150,8 @@ Display the actual color as a background for any hex color value (ex. #ffffff).
|
||||||
;; show ellama context in header line in all buffers
|
;; show ellama context in header line in all buffers
|
||||||
;;(ellama-context-header-line-global-mode +1)
|
;;(ellama-context-header-line-global-mode +1)
|
||||||
;; show ellama session id in header line in all buffers
|
;; show ellama session id in header line in all buffers
|
||||||
;;(ellama-session-header-line-global-mode +1))
|
;;(ellama-session-header-line-global-mode +1)
|
||||||
|
)
|
||||||
#+end_src
|
#+end_src
|
||||||
** GPT.el
|
** GPT.el
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue