Skip to content

Instantly share code, notes, and snippets.

@Gavinok
Gavinok / init.el
Last active November 10, 2024 15:12
A minimal emacs configuration using evil mode and use-package
;;; Startup
;;; PACKAGE LIST
(setq package-archives
'(("melpa" . "https://melpa.org/packages/")
("elpa" . "https://elpa.gnu.org/packages/")))
;;; BOOTSTRAP USE-PACKAGE
(package-initialize)
(setq use-package-always-ensure t)
(unless (package-installed-p 'use-package)
@WetHat
WetHat / CL-PrettyPrintTrees.ipynb
Last active March 25, 2025 15:58
Pretty Print Tree Data Structures in Common Lisp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@crcx
crcx / RetroLanguage.txt
Created December 20, 2009 01:17
A Guide to the Retro Language
The Retro Language
==================
:Author: Charles Childers
:Version: 10.3 (20091212)
===========================
Section 1: Welcome to Retro
===========================