Commit Graph
100 Commits
Author SHA1 Message Date
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
cdo 9f8b6c9b43 Add back config for CMake and Meson 2021-01-01 00:00:34 +00:00
cdo 3b918f2701 Add integration for Zig using lsp-mode 2021-01-01 00:00:34 +00:00
cdo be5c3659de Enable lsp-mode for C++ 2021-01-01 00:00:34 +00:00
cdo a4740069c6 Replace old C integration with lsp-mode config 2021-01-01 00:00:34 +00:00
cdo cd21a6cf2c Remove :ensure org-plus-contrib from org use-package
I'm no longer using anything from it.
2021-01-01 00:00:34 +00:00
cdo 7d6dbd5cbb Move package mgmt config into config.org 2021-01-01 00:00:33 +00:00
cdo 9115a59780 Add geiser-* packages for Chez, Guile and Racket 2021-01-01 00:00:33 +00:00
cdo 93537fc2b1 Add DOING and DEFERRED workflow states 2021-01-01 00:00:33 +00:00
cdo a7553b72d9 Add configuration for Dockerfiles 2021-01-01 00:00:33 +00:00
cdo 307c91abf2 Add Java integration 2021-01-01 00:00:33 +00:00
cdo e1477bfc7a Remove non-text-editor features 2021-01-01 00:00:33 +00:00
cdo e5d3179ebb Add a license (ISC) 2021-01-01 00:00:33 +00:00
cdo 5fb2233b2f Describe installation process in Common Lisp section 2021-01-01 00:00:33 +00:00
cdo 3dbc08537a Change "Podcasts" heading to "Podcasts / RSS"
There are several feeds in there that aren't podcasts.
2021-01-01 00:00:33 +00:00
cdo 9c083ed1bf Add feed for Solene's % to Elfeed 2021-01-01 00:00:33 +00:00
cdo 9b3e1689de Add more Emacs-buffer-like simulation keys for EXWM 2021-01-01 00:00:33 +00:00
cdo cc4824cf8d Archive mail to $MAILDIR/wip/archive instead of $MAILDIR/archive
This means offlineimap will push it up to the server.
2021-01-01 00:00:33 +00:00
cdo fa4e62f960 Remove duplicate setq of mu4e-get-mail-command 2021-01-01 00:00:33 +00:00
cdo d1fe72dff9 Set mail-host-address from hostname command output 2021-01-01 00:00:33 +00:00
cdo 32b37420a3 Load mu4e in a more-portable way 2021-01-01 00:00:33 +00:00
cdo 3eacf8d663 Add some podcasts 2021-01-01 00:00:32 +00:00
cdo 7661fd6daf Remove NASA podcasts 2021-01-01 00:00:32 +00:00
cdo a4beb13dd1 Set basic offset for C 2021-01-01 00:00:32 +00:00
cdo b2bd51307b Enable async execution of org source blocks 2021-01-01 00:00:32 +00:00
cdo 57f60339e0 Add TODO note for pass bugginess 2021-01-01 00:00:32 +00:00
cdo ae809de3bc Move generic language integration stuff into a subsection 2021-01-01 00:00:32 +00:00
cdo f300fc6403 Use Geiser for Scheme and Racket 2021-01-01 00:00:32 +00:00
cdo cc68f94752 Add Scheme config 2021-01-01 00:00:32 +00:00
cdo 899dadc9bf Subscribe to Pine64's podcast 2021-01-01 00:00:32 +00:00
cdo 6252a84d88 Get the EMMS browser to not be retarded 2021-01-01 00:00:32 +00:00
cdo 8763e4f668 Install Elpher 2021-01-01 00:00:32 +00:00
cdo c7396b2ac8 Add "On The Metal" podcast 2021-01-01 00:00:32 +00:00
cdo acc2b30fe1 Add Elfeed config for podcasts 2021-01-01 00:00:32 +00:00
cdo 9da0630358 Add EMMS + MPD config 2021-01-01 00:00:32 +00:00
cdo 851b4f36a9 Remove mingus 2021-01-01 00:00:32 +00:00