diff options
Diffstat (limited to '')
| -rw-r--r-- | init.el | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -1,8 +1,8 @@ ;; init.el --- initialize emacs configuration -*- lexical-binding: t; -*- -;;; Author: Benj Bellon <benjaminbellon@gmail.com> -;;; Maintainer: Benj Bellon <benjaminbellon@gmail.com> -;;; Homepage: https://github.com/benjbellon/emacs.d +;;; Author: Benj Bellon <benj@rse8.com> +;;; Maintainer: Benj Bellon <benj@rse8.com> +;;; Homepage: https://code.rse8.com/emacs.git ;;; Keywords: emacs, emacs.d, config ;;; Commentary: @@ -254,7 +254,12 @@ (gptel-make-gemini "gemini" :stream t - :key (auth-source-pass-get 'secret "google.com/aiplatform.googleapis.com/gemini/apikey"))) + :key (auth-source-pass-get 'secret "google.com/aiplatform.googleapis.com/gemini/apikey")) + + (gptel-make-xai "xAI" + :stream t + :key (auth-source-pass-get 'secret "x.ai/api.x.ai/apikey"))) + (use-package glsl-mode :ensure t) @@ -409,7 +414,8 @@ 'org-babel-load-languages '((emacs-lisp . t ) (python . t) - (restclient .t ) + (restclient . t) + (haskell . t) (shell . t) (sql . t))) |
