Commit Graph
100 Commits
Author SHA1 Message Date
cdo d855179951 Remove calendar and diary config 2025-01-08 13:11:45 +00:00
cdo 02f13ff739 Fix typo in subsection heading 2025-01-08 13:11:00 +00:00
cdo 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
cdo 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
cdo 1f7d38e03f Add eln-cache to .gitignore 2025-01-08 12:39:39 +00:00
cdo 74af0b81b3 Implement Script-Fu mode 2025-01-08 12:39:39 +00:00
cdo 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
cdo bfe6414f98 Remove chatgpt-shell config 2025-01-08 12:39:39 +00:00
cdo d9d2042459 Remove Geiser config 2025-01-08 12:39:39 +00:00
cdo 1c277c96da Configure man pages to open in active window 2024-12-19 16:41:27 +00:00
cdo 6e4565cd90 Add go-mode config 2024-12-19 16:41:12 +00:00
cdo 6bc67c0c82 Tweak c-mode snippets 2024-12-19 16:40:54 +00:00
cdo a1fea5bc99 Untabify config 2024-08-03 16:15:39 +01:00
cdo a9265c931d Fix <s and <q org mode shortcuts 2024-08-03 16:15:17 +01:00
cdo d54d16f98f Add SCAD config 2024-07-14 11:00:45 +01:00
cdo 91da886a69 Add Nix config 2023-12-08 11:36:06 +00:00
cdo 8b26d8b7de Add BASIC config 2023-12-08 11:35:34 +00:00
cdo bf734ca1aa Get rid of LSP for Lua and add command to run lua-format 2023-12-08 11:35:09 +00:00
cdo 5cbae91478 Remove Java and C# configs 2023-12-08 11:34:40 +00:00
cdo 08ef40170c Switch to tabs as default 2023-12-08 11:34:27 +00:00
cdo 56bed6b44a Get rid of LSP for C 2023-12-08 11:33:32 +00:00
cdo 976cd7c6b0 Add font-size for zora and remove for eagle 2023-12-08 11:32:25 +00:00
cdo e155779d24 Use package instead of submodule for chatgpt-shell 2023-12-08 11:31:57 +00:00
cdo dec4206e70 Configure YASnippet 2023-07-14 15:52:48 +01:00
cdo 1211a0404d Add god-mode config 2023-07-14 15:52:14 +01:00
cdo 72e4f8d0f1 Add GraphViz config 2023-06-07 11:39:11 +01:00
cdo 81c2516e34 Add Lua config 2023-06-07 11:39:06 +01:00
cdo e4916af2e7 Add printing config 2023-05-14 18:02:22 +01:00
cdo a084946f1a Handle special case for finding mu4e on bedrock linux 2023-05-14 18:02:19 +01:00
cdo bf2e563410 Fix clang-format-region-or-buffer and change binding to C-c f 2023-05-14 18:01:22 +01:00
cdo fbfa5e04a8 Add chatgpt-shell config 2023-03-23 17:49:28 +00:00
cdo cda6beed34 Reduce font size for Eagle 2023-01-18 11:12:23 +00:00
cdo 9d9bec22c3 Add clang-format configuration 2022-12-22 17:40:25 +00:00
cdo e292b33ae4 Add font size for Valis 2022-12-04 20:18:00 +00:00
cdo 30ee411f39 Add font size for Eddie 2022-11-17 13:32:22 +00:00
cdo 0cdecd48cb Include all files under ~/Documents/org in agenda
Was previously only including direct children
2022-11-01 08:45:30 +00:00
cdo 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
cdo 8c4d592bf9 Add custom journal stuff 2022-10-30 12:24:36 +00:00
cdo 2d9607f5cb Rename flip-case-region to flip-region-case
It just makes more sense lol
2022-10-30 10:26:05 +00:00
cdo 13a412d81f Set font height in a host-specific way 2022-10-29 13:45:15 +01:00
cdo ae1f3e3c6c Move main org directory to ~/Documents/org 2022-10-29 13:21:28 +01:00
cdo 1f60b4137c Move diary file to ~/Documents/diary 2022-10-29 13:21:28 +01:00
cdo 53d1b7840b Explicitly enable adaptive indentation in Org
This seems to be inconsistent across different systems otherwise, for
some reason.
2021-01-01 00:00:38 +00:00
cdo c4fe02cc82 Add auto-save-list/* to .gitignore 2021-01-01 00:00:38 +00:00
cdo c381e1733e Only load SLIME helper file if it exists 2021-01-01 00:00:38 +00:00
cdo e8892caa99 Remove ASDF documentation SLIME contribs
They don't work very well lol
2021-01-01 00:00:37 +00:00
cdo 7478afcde3 Move things to trash instead of permanently deleting 2021-01-01 00:00:37 +00:00
cdo 28406890a4 Add SLIME documentation contribs 2021-01-01 00:00:37 +00:00
cdo 454b778011 Enable SLIME's ASDF contrib 2021-01-01 00:00:37 +00:00
cdo ec01cac05e Use spaces for indentation in Ada 2021-01-01 00:00:37 +00:00
cdo c06a239c0e Add more files to .gitignore 2021-01-01 00:00:37 +00:00
cdo 645afc563f Add custom GPRBuild mode 2021-01-01 00:00:37 +00:00
cdo 21754206dd Add Ada config 2021-01-01 00:00:37 +00:00
cdo 5364471165 Add C# language integration 2021-01-01 00:00:37 +00:00
cdo 4ed81e76f7 Tweak some org-mode export settings 2021-01-01 00:00:37 +00:00
cdo cc6e35f6f4 Implement case flipping thing
Wasn't really sure where to put this in the current structure so made
a new section called 'Custom Stuff' lol
2021-01-01 00:00:37 +00:00
cdo 7526670089 Add python LSP config 2021-01-01 00:00:37 +00:00
cdo 69bb071ca7 Move daily notes out of zettelkasten
They just clog it up
2021-01-01 00:00:37 +00:00
cdo e88b877799 Add crontab-mode 2021-01-01 00:00:36 +00:00
cdo 1bf294d2db Let's be real here, it's adequate not "very nice" lol 2021-01-01 00:00:36 +00:00
cdo f2534ffcfc Configure TRAMP for sudo/doas over SSH 2021-01-01 00:00:36 +00:00
cdo 3d5cc4e215 Stop mu4e from asking for confirmation on exit 2021-01-01 00:00:36 +00:00
cdo fff0f467ff Add mail config 2021-01-01 00:00:36 +00:00
cdo c108db6d0b Clean up whitespace in org-babel section 2021-01-01 00:00:36 +00:00
cdo 4a9dbfc706 Ignore session.* files 2021-01-01 00:00:36 +00:00
cdo 06416512ff Always show done org habits as green in the consistency graph 2021-01-01 00:00:36 +00:00
cdo 31f8aedbd9 Tweak agenda a little 2021-01-01 00:00:36 +00:00
cdo 1645483ca2 Fix habits config 2021-01-01 00:00:36 +00:00
cdo ed25696aaa Seperate Cargo and Rust config and switch to LSP 2021-01-01 00:00:36 +00:00
cdo 7c1e0a4391 Fix org source block language execution 2021-01-01 00:00:36 +00:00
cdo e83e8218fd Add mermaid language integration 2021-01-01 00:00:36 +00:00
cdo bbb3122dca Add keybinding to open/create daily journal 2021-01-01 00:00:36 +00:00
cdo c435fc1e20 Configure calendar/diary 2021-01-01 00:00:36 +00:00
cdo 75d062c5e6 Stop some buffers from opening in unexpected places 2021-01-01 00:00:36 +00:00
cdo 58e713dabe Tweak org workflow state config 2021-01-01 00:00:35 +00:00
cdo 2d0513a168 Move Git section under "Tool Integrations" 2021-01-01 00:00:35 +00:00
cdo b052ef3e04 Ignore everything in url/
I assume this dir was created by eww
2021-01-01 00:00:35 +00:00
cdo f229f4dd60 Add .org-id-locations to .gitignore
This appeared becuase I started using org-roam again and it uses org
IDs
2021-01-01 00:00:35 +00:00
cdo 39ee0c5881 Configure org-agenda (again) 2021-01-01 00:00:35 +00:00
cdo af00c66fb4 Change org-mode "DOING" keyword to "IN-PROGRESS"
It's longer and is more of a pain to type, but for some reason I just
like it better.
2021-01-01 00:00:35 +00:00
cdo 344a3b8e30 Enable org-roam's autosync mode 2021-01-01 00:00:35 +00:00
cdo b22ae0b4ad Ignore org-roam database 2021-01-01 00:00:35 +00:00
cdo 00f69a92ce Add bookmarks file to .gitignore 2021-01-01 00:00:35 +00:00
cdo fe9bca1da5 Add GLSL language support 2021-01-01 00:00:35 +00:00
cdo 235852a3f3 Enable yas-minor-mode when using LSP 2021-01-01 00:00:35 +00:00
cdo 0508a3ea7f Add more things to .gitignore 2021-01-01 00:00:35 +00:00
cdo 17cddeae62 Change default face 2021-01-01 00:00:35 +00:00
cdo 61de602f92 Get rid of box around mode line 2021-01-01 00:00:35 +00:00
cdo bfa60290af Set default style for C and C++ to BSD 2021-01-01 00:00:35 +00:00
cdo ae1f32c997 Fix smart tabs 2021-01-01 00:00:35 +00:00
cdo 1f7121db14 Cleanup whitespace 2021-01-01 00:00:34 +00:00
cdo 037baee163 Add .gitignore 2021-01-01 00:00:34 +00:00
cdo ccec10683e Enable smart tabs for C and C++ 2021-01-01 00:00:34 +00:00
cdo f2531b8d84 Get Emacs to place auto-generated init code in customize.el 2021-01-01 00:00:34 +00:00
cdo b299274ad2 Configure to backup by copying 2021-01-01 00:00:34 +00:00
cdo 7267897019 Place temporary files in a dir in HOME instead of littering PWD 2021-01-01 00:00:34 +00:00
cdo 63f52ff27b Start Emacs server on init if one is not already running 2021-01-01 00:00:34 +00:00
cdo 04803253d7 Fetch package archives only when they are not cached locally 2021-01-01 00:00:34 +00:00
cdo 88641c3d06 Add new subsection to package mgmt section 2021-01-01 00:00:34 +00:00
cdo ae3a55700d Use docker package 2021-01-01 00:00:34 +00:00