Skip to content

Commit 2e437c7

Browse files
authored
feat: use browse-url-at-point instead of browse-url (#389)
* feat: use browse-url-at-point instead of browse-url * feat: use llama3.1 for ellama
1 parent 8bedbc8 commit 2e437c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

init.org

+3-3
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ Shorten long Git branch names as well as replace Git prefix with a nice icon.
742742
** Navigation
743743
#+begin_src emacs-lisp :tangle yes
744744
(keymap-set goto-map "k" #'eldoc-doc-buffer)
745-
(keymap-set goto-map "u" #'browse-url)
745+
(keymap-set goto-map "u" #'browse-url-at-point)
746746
#+end_src
747747

748748
** Window
@@ -3943,8 +3943,8 @@ Visual undo history navigation.
39433943
:config
39443944
(setq ellama-auto-scroll t)
39453945
(setq ellama-provider
3946-
(make-llm-ollama :chat-model "llama3"
3947-
:embedding-model "llama3")))
3946+
(make-llm-ollama :chat-model "llama3.1"
3947+
:embedding-model "llama3.1")))
39483948
#+end_src
39493949

39503950
* Testing

0 commit comments

Comments
 (0)