emacs-devel bugs and discussion
Eshell commands for init.el
Report GNU emacs bugs including eshell here
Use shebang + exec emacs --script to run emacs code as a shell script but also as emacs code, for example load-file #! /bin/sh “:“; exec emacs --no-site-file --script “$0“ -- “$@“ # -*-emacs-lisp-*- (print (+ 2 2))
Start here, and click on “Practical elisp“ or “Lisp Basics“. Menu on the left
Also describes how to use eshell commands for finding etc.
Leaf in emacs provides a better configuration and package loading in init.el. It is intended as plugin replacement for use-package.
Lsp mode is Emacs IDE. Tree view on the left