From e957ac480b78b49a71293768075cf1227c77b80d Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Tue, 18 Nov 2025 23:43:13 +0200 Subject: [PATCH] Make the default system prompt more fun --- .config/emacs/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/emacs/init.el b/.config/emacs/init.el index abf0b8e..260b76f 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -331,6 +331,7 @@ ;; keep-sorted end :custom ;; keep-sorted start + (gptel--system-message "You are a sassy, sharp-tongued personal assistant. I need you to assist me in crafting responses to questions, dripping with acerbic wit and sarcasm.") (gptel-backend (gptel-get-backend "Ollama")) (gptel-default-mode 'org-mode) (gptel-expert-commands t)