Asking ChatGPT about productivity tips for Emacs power users

Published on Apr 28, 2023, by Junji Zhi

As a fun experiment, I use aide.el to ask ChatGPT about Emacs productivity tips.

asking-chatgpt-about-emacs-tips

Here’s the text response what I got:

My prompt:

List five productivity tips and tricks for Emacs power users. Assume these users can write lisp.

GPT:

  1. Use org-mode for task management and agenda scheduling, which allows for seamless integration between TODOs, deadlines, and scheduled tasks.
  2. Utilize keyboard shortcuts for common tasks, such as buffer switching, window splitting, and file saving, to save time and increase efficiency.
  3. Write custom functions and commands in Emacs Lisp to automate repetitive tasks and workflows, eliminating the need for manual intervention.
  4. Take advantage of Emacs’s built-in version control and git integration to streamline code development and collaboration.
  5. Optimize Emacs’s performance by disabling unnecessary modes and packages, using garbage collection strategies to manage memory usage, and limiting the number of open buffers and windows.

For someone who has been using Emacs for years and boomeranging back, these tips are unremarkable. Most of the things I’ve already known, like keyboard shortcuts. For example, use Ctrl + n/p to move up/down one line, press Ctrl + a/e to beginning or end of line, meta + f/b to move forward/backward one word at time, is something I used ALL the time, including in terminals. But likely it is worth emphazing for Emacs newbies.

For the mention of things like org-mode, keyboard macros, and Emacs performance tuning, they are commonly seen and asked in places like Reddit or StackOverflow already, so perhaps ChatGPT aggregates the tips based on popularity.

For version control, I would point out Magit, the best git UI for version controls. Magit allows you to seamless edit and commit code without leaving the editor.

Of course, my prompt is short and not fine tuned at all, so there is room for squeezing more interesting responses from ChatGPT.

What do you think about these ChatGPT tips?

Feel free to leave me a comment, or just try aide.el to ask ChatGPT yourself!




 Share: