diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-02-05 03:38:52 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-02-05 03:38:52 -0800 |
commit | 56faa5e9caf4408c2c4d6df50287c3b1c9e6c1b4 (patch) | |
tree | 188362e97ecfd0f935b1ac1efc1c3cfb00ef616e /config/emacs.org | |
parent | 990134fdcefe5a520b09ac6dfcaf97066fde6685 (diff) |
Finish automation of spontaneity cloud deployments
Diffstat (limited to 'config/emacs.org')
-rw-r--r-- | config/emacs.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/emacs.org b/config/emacs.org index 6a9b698..8dff691 100644 --- a/config/emacs.org +++ b/config/emacs.org @@ -27,6 +27,7 @@ Emacs is self documenting, after all! :custom ;; Startup errors (warning-minimum-level :emergency "Supress emacs warnings") + (confirm-kill-processes nil "Don't ask to quit") (debug-ignored-errors (cons 'remote-file-error debug-ignored-errors) "Remove annoying error from debug errors") ;; Mouse wheel @@ -537,7 +538,7 @@ competitive LLM that doesn't cost money. (require 'llm-ollama) (setopt ellama-provider (make-llm-ollama :host "localhost" - :chat-model "deepseek-r1:14b"))) + :chat-model "phi4:latest"))) #+end_src ** RSS Feed I use really simple syndication (RSS) in order to read news. As a result, I use |