From cdc09a3c8cd14fd71ac5e4bd3128b1504d22dc8f Mon Sep 17 00:00:00 2001 From: John Doty Date: Thu, 13 Mar 2025 17:07:11 +0000 Subject: [PATCH] [emacs] Cleanup cleanup --- site-lisp/claude.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/site-lisp/claude.el b/site-lisp/claude.el index 5dbbb32..d93f469 100644 --- a/site-lisp/claude.el +++ b/site-lisp/claude.el @@ -4,12 +4,11 @@ ;; Version: 1.0.0 ;; Package-Requires: ((emacs "27.1") (request "0.3.0") (json "1.5")) ;; Keywords: tools, ai, assistant -;; URL: https://git.d0ty.me/DeCarabas/claude-emacs ;;; Commentary: -;; This package provides integration with the Claude AI assistant from Anthropic. -;; It includes basic functionality like sending text to Claude, as well as -;; code-specific features and tool use capabilities. +;; This package provides integration with the Claude AI assistant from +;; Anthropic. It includes basic functionality like sending text to Claude, as +;; well as code-specific features and tool use capabilities. ;;; Code: