From 889afd6339dcc4de9bb9553ab4e8b5d955cc1b75 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Sun, 10 Aug 2025 14:10:48 -0500 Subject: [PATCH] Someday this will be cool --- lisp/nix-only.el | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lisp/nix-only.el diff --git a/lisp/nix-only.el b/lisp/nix-only.el new file mode 100644 index 0000000..0e05fa6 --- /dev/null +++ b/lisp/nix-only.el @@ -0,0 +1,31 @@ +;;; nix-only.el --- -*- lexical-binding: t -*- + +;; Copyright (C) 2025 Benson Chu + +;; Author: Benson Chu +;; Created: [2025-08-10 14:08] + +;; This file is not part of GNU Emacs + +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see . + +;;; Commentary: + +;;; Code: + +;; TODO: Figure out how to get ledger manual path +;; /nix/store/nqqlrdgiz1xl6cilxn089275p3ja599s-ledger-3.3.2/share/info + +(provide 'nix-only) +;;; nix-only.el ends here