summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatt Kosarek <matt.kosarek@canonical.com>2025-12-29 15:54:09 -0500
committerMatt Kosarek <matt.kosarek@canonical.com>2025-12-29 15:54:09 -0500
commit234c4e9ba7f2f3e482343fe66ccf61a79e790e05 (patch)
tree5b53aa6b440a5471d425bf23e22c28bec3c4bd15 /README.md
parent7e8154339c89594aa0fb6f77f41025d8e62bda9f (diff)
Adding 'custom' features to emacsHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8806a77..caf32bb 100644
--- a/README.md
+++ b/README.md
@@ -37,3 +37,7 @@ sudo apt install ripgrep gopls python3-pylsp clangd
## Org mode
The configuration assumes that you have an `~/OrgRoam` folder and an `~/OrgRoam/daily` folder at the root of your home directory.
+
+## Custom
+Users may specify custom functionality in `./lisp/user.el`. This will be
+conditionally loaded if it is provided.