Skip to content

Commit

Permalink
Add desktop and easysession
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescherti authored and kuanyui committed Aug 24, 2024
1 parent 845b2da commit 0c33284
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ Above all, enjoy using Emacs. The community, more than anything, makes Emacs a g
- [[#ai][AI]]
- [[#code-completion][Code Completion]]
- [[#chatgpt][ChatGPT]]
- [[#session-management][Session Management]]
- [[#keys-cheat-sheet][Keys Cheat Sheet]]
- [[#note][Note]]
- [[#org-mode][Org-mode]]
Expand Down Expand Up @@ -849,6 +850,11 @@ External Guides:
- [[https://github.com/xenodium/chatgpt-shell][chatgpt-shell]] - ChatGPT and DALL-E Emacs shells + Org Babel.
- [[https://github.com/karthink/gptel][GPTel]] - A simple ChatGPT client for Emacs.

** Session management

- [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Saving-Emacs-Sessions.html#Saving-Emacs-Sessions][desktop]] - =[built-in]= Save and restore the state of your Emacs environment.
- [[https://github.com/jamescherti/easysession.el][easysession]] - A lightweight session manager that persists and restores Emacs frames, the tab-bar, and buffers (file editing buffers, indirect buffers, Dired buffers, etc.).

** Keys Cheat Sheet

- [[https://github.com/justbur/emacs-which-key][which-key]] - Display available key bindings in popup. Rewrite of guide-key with added features to improve display.
Expand Down

0 comments on commit 0c33284

Please sign in to comment.