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