From aab5bfd074e57d06a79e39d7c7c4760e1f385a06 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 17 Oct 2022 21:41:28 -0500 Subject: Bankruptcy 9 --- lisp/private.el | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 lisp/private.el (limited to 'lisp/private.el') diff --git a/lisp/private.el b/lisp/private.el deleted file mode 100644 index 4f6115e..0000000 --- a/lisp/private.el +++ /dev/null @@ -1,23 +0,0 @@ -;;; 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