branch: externals/minuet commit 961a678fc20dbbbd298b6d353e121619742a66e2 Author: Milan Glacier <d...@milanglacier.com> Commit: Milan Glacier <d...@milanglacier.com>
chore: update package description. --- minuet.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/minuet.el b/minuet.el index 5405348500..976cf19d5d 100644 --- a/minuet.el +++ b/minuet.el @@ -1,15 +1,15 @@ ;;; minuet.el --- Code completion using LLM -*- lexical-binding: t; -*- +;; Copyright (C) 2025 Free Software Foundation, Inc. + ;; Author: Milan Glacier <d...@milanglacier.com> ;; Maintainer: Milan Glacier <d...@milanglacier.com> ;; Version: 0.5.1 ;; URL: https://github.com/milanglacier/minuet-ai.el ;; Package-Requires: ((emacs "29") (plz "0.9") (dash "2.19.1")) -;;; This file is NOT part of GNU Emacs +;; This file is part of GNU Emacs -;;; License -;; ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 3, or (at your option) @@ -26,6 +26,7 @@ ;; Floor, Boston, MA 02110-1301, USA. ;;; Commentary: + ;; LLM-powered code completion with dual modes: ;; ;; - Specialized prompts and various enhancements for chat-based LLMs