From ecf12e9a60af098e188c1863f1fe4af30b3bc27f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 31 Jan 2023 18:01:24 -0800 Subject: ref(org-mode): a number of tweaks - use org-cliplink to add bookmarks - remove the sequence for TO-READ/READING/READ since I don't use it - remove a projects.org since all tasks end up in tasks.org with tagging. This was adding a layer of complexity I don't need - move habits to tasks.org - add a capture template for TIL (today-I-learned) - remove the heading decorations for the theme, I don't like the way it looks Change-Id: I6e25015ec91242cc8b8797a92767a1afa9c08a96 --- emacs/custom/my-packages.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs/custom/my-packages.el') diff --git a/emacs/custom/my-packages.el b/emacs/custom/my-packages.el index e802c14..dca13d1 100644 --- a/emacs/custom/my-packages.el +++ b/emacs/custom/my-packages.el @@ -47,6 +47,9 @@ elfeed elfeed-org + ;; org-mode + org-cliplink + ;; various text modes markdown-mode -- cgit 1.4.1