Skip to content

Commit

Permalink
formatting in readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lanceberge committed Sep 6, 2024
1 parent 6d339d7 commit c05de5d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,17 @@
(read-file-contents "~/secrets/claude_key"))
(setq
gptel-backend (gptel-make-anthropic "Claude"
:stream t
:key #'gptel-api-key)))
:stream t
:key #'gptel-api-key)))
#+END_SRC

Use =smerge-mode= to then merge in the changes

#+BEGIN_SRC emacs-lisp :results none
(use-package smerge-mode
:ensure nil
:hook (prog-mode . smerge-mode))
:hook
(prog-mode . smerge-mode))
#+END_SRC

** Functions to know:
Expand Down

0 comments on commit c05de5d

Please sign in to comment.