Commit graph

15 commits

Author SHA1 Message Date
Evie Litherland-Smith 84998e80aa invalidate org-journal cache when running git-sync-all 2024-03-20 17:28:24 +00:00
Evie Litherland-Smith 3837871ed9 Add quick bind to run git-sync-all shell command (async) 2024-03-20 10:52:01 +00:00
Evie Litherland-Smith 001b15ecc8 Set indent-tabs-mode to nil, only use spaces 2024-03-01 11:37:05 +00:00
Evie Litherland-Smith 08ae11ed72 Set indent-tabs-mode to default value 2024-02-22 09:58:17 +00:00
Evie Litherland-Smith ccbacd0f35 Move buffer shortcuts into own file 2024-02-21 14:02:53 +00:00
Evie Litherland-Smith f2b259fbcf Add template file shortcut 2024-02-21 06:48:15 +00:00
Evie Litherland-Smith e9624864b2 Set proper dependencies for ispell, set default dict to en_GB 2024-02-19 12:15:36 +00:00
Evie Litherland-Smith 82f720260b Add shortcut for opening /etc/nixos/flake.nix if present, warn otherwise 2024-02-17 20:00:10 +00:00
Evie Litherland-Smith e882bc04b0 Add bind to open .elfeed/feeds.org source file 2024-02-17 09:28:15 +00:00
Evie Litherland-Smith 5fc9903bac Enable electric-pair-mode for better paren support
Move whitespace config from defaults.org to ui.org, configure based on
what was in the crafted config
2024-02-15 13:52:07 +00:00
Evie Litherland-Smith 89b975cb01 Add keybind to open org-directory 2024-02-15 13:01:55 +00:00
Evie Litherland-Smith dd8b3a6668 Remove most top-level headings in config files
Remove the headings that were used for each section, now that each
section is in a different file

Tweak org config to let org-agenda setup be where agenda files are
added to org-refile-targets list, just in case
2024-02-15 12:01:36 +00:00
Evie Litherland-Smith d30506c7aa Fix missing find-file call in my/open-init-file 2024-02-15 08:48:02 +00:00
Evie Litherland-Smith 5611ea77ff Make config src blocks silent output by default
Move python hook setting to python use-package block

Use locate-user-emacs-file for resolving paths inside
user-emacs-directory

Update my/open-init-file (was my/open-config-file) for new config structure
2024-02-15 08:45:37 +00:00
Evie Litherland-Smith f44c767eea Break up monolithic config into smaller files
Contents of README.org have been split into org files in config/
directory

Added init.el to simply loop over config files and call
org-babel-load-file

Add lots to .gitignore as this repo should now be cloned to
.emacs.d (instead of .emacs as before)
2024-02-15 08:18:41 +00:00