Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 374 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 374 Bytes

emacs_lisp_code_snippets

This repository contains a file with ELISP (Emacs Lisp) code snippets.

The code is well documented, you can learn Emacs Lisp quickly by following the code with comments.

How to execute it

Open the file in Emacs. Select the code block you wish to execute. Use the key sequence C-x C-e to evaluate. The result will appear in the mini-buffer.