From bc4b35a13d869f41d23e0506176e0a4b05f29825 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Tue, 18 Mar 2025 19:16:04 +1100 Subject: [emacs] Fix org-recoll buffer a bit --- emacs/.emacs.d/init/ycp-reading.el | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 emacs/.emacs.d/init/ycp-reading.el (limited to 'emacs/.emacs.d/init') diff --git a/emacs/.emacs.d/init/ycp-reading.el b/emacs/.emacs.d/init/ycp-reading.el new file mode 100644 index 0000000..24c47d0 --- /dev/null +++ b/emacs/.emacs.d/init/ycp-reading.el @@ -0,0 +1,32 @@ +;;; ycp-reading.el -- Reading related customisation -*- lexical-binding: t -*- + +;; Copyright (C) 2025 Free Software Foundation, Inc. + +;; Author: Yuchen Pei +;; Package-Requires: ((emacs "29.4")) + +;; This file is part of dotted. + +;; dotted is free software: you can redistribute it and/or modify it under +;; the terms of the GNU Affero General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; dotted 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 Affero General +;; Public License for more details. + +;; You should have received a copy of the GNU Affero General Public +;; License along with dotted. If not, see . + +;;; Commentary: + +;; Reading related customisation. + +;;; Code: + +(my-package belf + (my-setq-from-local belf-dir)) + +(provide 'ycp-reading) -- cgit v1.2.3