Commit graph

187 commits

Author SHA1 Message Date
Kiana Sheibani bd2972bac1
Misc edits 2024-03-30 21:02:34 -04:00
Kiana Sheibani 50ff4a2c69
Revamp Org mode's appearance 2024-03-30 21:02:01 -04:00
Kiana Sheibani 1842fa5211
Move confpkg code 2024-03-30 17:37:53 -04:00
Kiana Sheibani 48bee50fe6
Update confpkg to comment all package statements
The original code only commented package statements at the beginning,
which I thought was a bit restrictive.
2024-03-30 17:28:29 -04:00
Kiana Sheibani 8f610083a6
Add Org archive restore functionality 2024-03-30 16:17:21 -04:00
Kiana Sheibani 0480bd6f2e
Reset Org checkboxes only on repeating tasks 2024-03-30 16:14:57 -04:00
Kiana Sheibani ed9c16d445
Rework org capture 2024-03-30 16:14:33 -04:00
Kiana Sheibani 8798d4c41d
Various prose edits 2024-03-22 00:55:42 -04:00
Kiana Sheibani 47155548df
Various optimizations and enhancements 2024-03-22 00:54:41 -04:00
Kiana Sheibani 52a62591b6
Refactor problem spec code 2024-03-22 00:54:00 -04:00
Kiana Sheibani ef7caec424
Tweak Org inline image previews 2024-03-22 00:53:45 -04:00
Kiana Sheibani 0a6e30bc0d
Add modeline customization 2024-03-22 00:52:59 -04:00
Kiana Sheibani 713ea2e4e4
Fix snippet file template 2024-03-20 03:03:12 -04:00
Kiana Sheibani e71ab3535c
Add new line to introduction 2024-03-20 02:46:32 -04:00
Kiana Sheibani 4279cac87c
Add new section to intro (Literate Programming) 2024-03-20 02:31:30 -04:00
Kiana Sheibani 2df7c9afe5
Rework prose 2024-03-20 02:31:21 -04:00
Kiana Sheibani e4f836f12e
Remove trailing newlines from snippets 2024-03-20 02:28:51 -04:00
Kiana Sheibani fa1d564bca
Add space for longer category names in agenda 2024-03-19 15:17:47 -04:00
Kiana Sheibani a5d3fbedb1
Show habits in agenda time grid
The default behavior is for habits to be moved to the end of the day
planner even if they have a timestamp. This commit allows habits to
have their proper place in the grid.
2024-03-19 15:14:54 -04:00
Kiana Sheibani 28e877dc26
Remove redundant section of SQL query 2024-03-19 15:13:52 -04:00
Kiana Sheibani 6f3b96f435
Misc prose edits 2024-03-19 03:28:46 -04:00
Kiana Sheibani 406138f62e
Change emacs-everywhere paste command 2024-03-19 03:28:34 -04:00
Kiana Sheibani eec2e75971
Make org checkboxes on cyclic tasks reset 2024-03-19 03:27:10 -04:00
Kiana Sheibani 75c80b6ffa
Tweak org default categories 2024-03-19 03:26:48 -04:00
Kiana Sheibani 033906fb51
Change priorities of super agenda groups 2024-03-19 03:25:00 -04:00
Kiana Sheibani e06383aaf2
Add config.org to language breakdown on GitHub 2024-03-17 21:02:31 -04:00
Kiana Sheibani 4fd65a7c8c
Add scratch section 2024-03-08 18:54:04 -05:00
Kiana Sheibani 8a8845da85
Optimize Org agenda section code
The tag filter can be done directly in Emacs. This probably doesn't
speed things up all that much, but it does look better.
2024-03-08 18:49:55 -05:00
Kiana Sheibani ed2b1796ab
Remove directory-dirs function
This is redundant with code that already exists in Emacs.
2024-03-08 18:48:59 -05:00
Kiana Sheibani 49d2ecb7ea
Move sections of org tag alist
This changes how these sections are displayed when selecting tags, as
well as giving earlier tags priority in fast key assignment.
2024-03-08 18:45:05 -05:00
Kiana Sheibani f88a2f7e37
Tweak how org agenda opens 2024-03-08 18:43:39 -05:00
Kiana Sheibani b7253b93d3
Set calendar date style to ISO 2024-03-08 18:43:11 -05:00
Kiana Sheibani 1dcb9ef0c1
Refile Org export directory modification 2024-03-08 18:42:56 -05:00
Kiana Sheibani 1b8e0924a3
Add Org mode bug fixes section 2024-03-08 18:42:28 -05:00
Kiana Sheibani b6098bac55
Edit subconfig naming convention
This looks better both in the title comments in config.el and in the
subconfig file names.
2024-03-08 18:30:28 -05:00
Kiana Sheibani 4d2e6eed7b
Make snippets for org header args 2024-03-07 01:46:11 -05:00
Kiana Sheibani 1dedd8c273
Add new snippets 2024-03-07 01:45:56 -05:00
Kiana Sheibani 47a8824dbb
Sort sections alphabetically 2024-03-07 01:44:46 -05:00
Kiana Sheibani fcdda8188d
Get vterm working 2024-03-07 01:43:45 -05:00
Kiana Sheibani 7a020bfd68
Rework agenda files code 2024-03-07 01:43:29 -05:00
Kiana Sheibani 70d411a4c8
Split function definition into more lines 2024-03-07 01:42:40 -05:00
Kiana Sheibani 7a9dc1209c
Remove unrecognized header arg 2024-03-07 01:41:44 -05:00
Kiana Sheibani 8251a8b502
Remove auto-fill-mode hook
Forgot to do this earlier...
2024-03-06 01:29:06 -05:00
Kiana Sheibani 04a0dcf86c
Add new org agenda sections 2024-03-06 01:27:38 -05:00
Kiana Sheibani e810718cfa
Adjust TODO states
The old system was interesting, but I didn't really use it to its full
potential. The new TODO sequence better reflects how I tend to use TODO
states.
2024-03-06 01:25:16 -05:00
Kiana Sheibani 919d3685eb
Fix bindings for TODO date commands 2024-03-06 01:24:33 -05:00
Kiana Sheibani e1947eaa55
Make nix build code more fault-tolerant 2024-03-06 01:24:00 -05:00
Kiana Sheibani 7acc55856f
Fix Evil visual line handling 2024-03-05 03:28:09 -05:00
Kiana Sheibani 02bd0585c1
Switch to soft line wrappin 2024-03-05 03:03:24 -05:00
Kiana Sheibani c2b2b04ad0
Update calendar config 2024-03-05 02:52:44 -05:00