79261883

Date: 2024-12-08 05:09:18
Score: 1.5
Natty:
Report link

This is my preferred solution.

(defun my-eshell ()
  (interactive)
  (eshell)
  (rename-buffer (generate-new-buffer-name "eshell")))
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: johan ard