From 3c10147a72a505706d9046ef9643c5d54ded8dd5 Mon Sep 17 00:00:00 2001 From: Karthik Chikmagalur Date: Wed, 8 Mar 2023 01:00:06 -0800 Subject: [PATCH] gptel: Tweak README, minor linting --- README.org | 2 +- gptel.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 7532364..f148354 100644 --- a/README.org +++ b/README.org @@ -60,7 +60,7 @@ Also, AI-assisted work is a new way to use Emacs. It's not yet clear what the b - A refactoring tool in code buffers? - An =org-babel= interface? -Maybe all of these, I don't know yet. As a start, I wanted to replicate the web browser usage pattern so I can build from there -- and don't need to switch to the browser every time. The code is very minimal right now at ~150 lines. +Maybe all of these, I don't know yet. As a start, I wanted to replicate the web browser usage pattern so I can build from there -- and don't need to switch to the browser every time. The code is fairly simple right now. ** Will you add feature X? diff --git a/gptel.el b/gptel.el index 7467e8a..5220bfe 100644 --- a/gptel.el +++ b/gptel.el @@ -1,4 +1,4 @@ -;;; gptel.el --- A simple ChatGPT client for Emacs -*- lexical-binding: t; -*- +;;; gptel.el --- A simple ChatGPT client -*- lexical-binding: t; -*- ;; Copyright (C) 2023 Karthik Chikmagalur