198 Commits

Author SHA1 Message Date
33e63ccda2 Tweak Script-Fu config a little 2025-01-08 13:38:02 +00:00
20e426dc69 Remove journal files config
I don't use these anymore, instead I hand-write stuff on my e-ink
tablet like the techno-contrarian qípā that I am.
2025-01-08 13:13:11 +00:00
d855179951 Remove calendar and diary config 2025-01-08 13:11:45 +00:00
02f13ff739 Fix typo in subsection heading 2025-01-08 13:11:00 +00:00
60a0b1c247 Prune out unused org-mode features
It was indeed funny to read the bit in the agenda config.
2025-01-08 13:10:39 +00:00
68fc323efd Set GC threshold high at start of initialisation
I did have this in here before and the code to set it back was still
at the end of the file, so not sure what happened there.  I guess I
accidentally removed it at some point.
2025-01-08 13:04:24 +00:00
1f7d38e03f Add eln-cache to .gitignore 2025-01-08 12:39:39 +00:00
74af0b81b3 Implement Script-Fu mode 2025-01-08 12:39:39 +00:00
76aad81ca2 Remove case-flipping config
I never actually use it (I mostly wrote it to impress Ava) so time for
it to be relegated to the git history.
2025-01-08 12:39:39 +00:00
bfe6414f98 Remove chatgpt-shell config 2025-01-08 12:39:39 +00:00
d9d2042459 Remove Geiser config 2025-01-08 12:39:39 +00:00
Camden Dixie O'Brien
665edb56cd Remove mail config 2024-12-19 16:44:40 +00:00
Camden Dixie O'Brien
36975d2eac Configure bitbake package 2024-12-19 16:44:40 +00:00
Camden Dixie O'Brien
8ee2885405 Add font height for work laptop 2024-12-19 16:44:40 +00:00
1c277c96da Configure man pages to open in active window 2024-12-19 16:41:27 +00:00
6e4565cd90 Add go-mode config 2024-12-19 16:41:12 +00:00
6bc67c0c82 Tweak c-mode snippets 2024-12-19 16:40:54 +00:00
a1fea5bc99 Untabify config 2024-08-03 16:15:39 +01:00
a9265c931d Fix <s and <q org mode shortcuts 2024-08-03 16:15:17 +01:00
d54d16f98f Add SCAD config 2024-07-14 11:00:45 +01:00
91da886a69 Add Nix config 2023-12-08 11:36:06 +00:00
8b26d8b7de Add BASIC config 2023-12-08 11:35:34 +00:00
bf734ca1aa Get rid of LSP for Lua and add command to run lua-format 2023-12-08 11:35:09 +00:00
5cbae91478 Remove Java and C# configs 2023-12-08 11:34:40 +00:00
08ef40170c Switch to tabs as default 2023-12-08 11:34:27 +00:00
56bed6b44a Get rid of LSP for C 2023-12-08 11:33:32 +00:00
976cd7c6b0 Add font-size for zora and remove for eagle 2023-12-08 11:32:25 +00:00
e155779d24 Use package instead of submodule for chatgpt-shell 2023-12-08 11:31:57 +00:00
dec4206e70 Configure YASnippet 2023-07-14 15:52:48 +01:00
1211a0404d Add god-mode config 2023-07-14 15:52:14 +01:00
72e4f8d0f1 Add GraphViz config 2023-06-07 11:39:11 +01:00
81c2516e34 Add Lua config 2023-06-07 11:39:06 +01:00
e4916af2e7 Add printing config 2023-05-14 18:02:22 +01:00
a084946f1a Handle special case for finding mu4e on bedrock linux 2023-05-14 18:02:19 +01:00
bf2e563410 Fix clang-format-region-or-buffer and change binding to C-c f 2023-05-14 18:01:22 +01:00
fbfa5e04a8 Add chatgpt-shell config 2023-03-23 17:49:28 +00:00
cda6beed34 Reduce font size for Eagle 2023-01-18 11:12:23 +00:00
Camden Dixie O'Brien
a2837e21dc Move journal config to before org agenda config
Having it after caused errors on first start-up as the
~/Documents/org/journal directory didn't exist. Also passed an
additional parameter to the call to make-directory so that it will
create the ~/Documents/org directory if it doesn't exist.
2023-01-12 23:45:17 +00:00
9d9bec22c3 Add clang-format configuration 2022-12-22 17:40:25 +00:00
e292b33ae4 Add font size for Valis 2022-12-04 20:18:00 +00:00
30ee411f39 Add font size for Eddie 2022-11-17 13:32:22 +00:00
0cdecd48cb Include all files under ~/Documents/org in agenda
Was previously only including direct children
2022-11-01 08:45:30 +00:00
ae41e92137 Use seq-position instead of string-search when setting hostname
Turns out string-search was only added pretty recently, so
seq-position is better in terms of portability (Debian still have an
old emacs in their repos, for example). Probably a tiny amount faster
too lol
2022-10-31 10:31:43 +00:00
8c4d592bf9 Add custom journal stuff 2022-10-30 12:24:36 +00:00
2d9607f5cb Rename flip-case-region to flip-region-case
It just makes more sense lol
2022-10-30 10:26:05 +00:00
13a412d81f Set font height in a host-specific way 2022-10-29 13:45:15 +01:00
ae1f3e3c6c Move main org directory to ~/Documents/org 2022-10-29 13:21:28 +01:00
1f60b4137c Move diary file to ~/Documents/diary 2022-10-29 13:21:28 +01:00
Camden Dixie O'Brien
e58b23cba4 Remove org-roam 2022-10-29 13:21:20 +01:00
Camden Dixie O'Brien
c08dad415f Don't use org for *scratch* buffer 2022-10-28 14:22:16 +01:00