Emacs Lisp is the extension language for the GNU Emacs text editor, and in fact, most of the functionality of Emacs is implemented using Emacs Lisp.
I'm trying to detect the size of the screen I'm starting emacs on, and adjust the size and position the …
emacs elispWhats the best way to achieve something like code folding, or the type of cycling that org-mode uses. What would …
emacs elisp code-foldingFrequently, I've dug into apropos and docs looking for something like the following only to give up to get back …
emacs elispBefore now I've just been cutting and pasting code into my .emacs file, but then I decided to add some …
emacs elispI have a non-emacs global search and replace function that causes my disk files to become more up-to-date than my …
emacs elisp dot-emacsI am stumped trying to create an Emacs regular-expression that excludes groups. [^] excludes individual characters in a set, but I …
regex emacs elisp regex-negation regex-groupHow do I close all but the current buffer in Emacs? Similar to "Close other tabs" feature in modern web …
emacs elisp