From e5c025158ef6e383aa892ef88e63a2a32de3d7fb Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 18 Oct 2022 12:08:21 -0500 Subject: Add a bunch of other stuff or whatever --- lisp/private.el | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 lisp/private.el (limited to 'lisp/private.el') diff --git a/lisp/private.el b/lisp/private.el new file mode 100644 index 0000000..4f6115e --- /dev/null +++ b/lisp/private.el @@ -0,0 +1,23 @@ +;;; private.el -*- lexical-binding: t; -*- + +;;; Commentary: + +;;; Code: + +(require 'acdw) + +(defgroup private nil + "Private things are private. Shhhhh....") + +;; Private directory + +(+define-dir private/ (sync/ "emacs/private") + "Private secretive secrets inside.") +(add-to-list 'load-path private/) + +;; Load random private stuff + +(require '_acdw) + +(provide 'private) +;;; private.el ends here -- cgit 1.4.1-21-gabe81