MichaelBurge/leafy-mode

Emacs minor-mode built on top of org-mode for working with ChatGPT

Emacs Lisp
This is stars and forks stats for /MichaelBurge/leafy-mode repository. As of 05 May, 2024 this repository has 17 stars and 1 forks.

Leafy Mode Installation Clone this repo to some folder $FOLDER, get an $OPENAI_API_KEY, then add the following to your .emacs: (defvar leafy-api-key "$OPENAI_API_KEY") (add-to-list 'load-path "$FOLDER") (require 'leafy) (add-hook 'leafy-mode-hook #'leafy-enable-mode-line) (add-hook 'org-mode-hook #'leafy-mode) Default keybindings are: :keymap (let ((map (make-sparse-keymap))) (define-key map (kbd "C-c C-c") 'request-completion-at-point) (define-key map (kbd "C-c c") 'leafy-log-context) ...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
tyage/algdsSchemeCommon LispShell1000
minad/jinxEmacs LispC2710170
mad-p/dotfilesEmacs LispSchemeOther0000
scymtym/xml.locationCommon Lisp0000
skeeto/ant-project-modeEmacs Lisp9040
skeeto/elisp-latchEmacs LispMakefile13030
foxfriday/evil-tsEmacs Lisp19010
hikettei/cl-waffeCommon LispJupyter NotebookPython47020
Wilfred/ag.elEmacs LispOther5210630
manateelazycat/novaEmacs LispPython14010