summary refs log tree commit diff
path: root/emacs/custom/my-packages.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-01-31 18:01:24 -0800
committerFranck Cuny <franck@fcuny.net>2023-01-31 18:01:24 -0800
commitecf12e9a60af098e188c1863f1fe4af30b3bc27f (patch)
tree28a6b946fda2b48ca96d8b63c84a924b572883b9 /emacs/custom/my-packages.el
parentref(eshell): remove unnecessary variables (diff)
downloademacs.d-ecf12e9a60af098e188c1863f1fe4af30b3bc27f.tar.gz
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
Diffstat (limited to 'emacs/custom/my-packages.el')
-rw-r--r--emacs/custom/my-packages.el3
1 files changed, 3 insertions, 0 deletions
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