mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
6 lines
64 B
Common Lisp
6 lines
64 B
Common Lisp
;;;; package.lisp
|
|
|
|
(defpackage #:emacs
|
|
(:use #:cl :stumpwm))
|
|
|