diff options
| author | Matt Kosarek <matt.kosarek@canonical.com> | 2025-12-29 15:54:09 -0500 |
|---|---|---|
| committer | Matt Kosarek <matt.kosarek@canonical.com> | 2025-12-29 15:54:09 -0500 |
| commit | 234c4e9ba7f2f3e482343fe66ccf61a79e790e05 (patch) | |
| tree | 5b53aa6b440a5471d425bf23e22c28bec3c4bd15 | |
| parent | 7e8154339c89594aa0fb6f77f41025d8e62bda9f (diff) | |
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | init.el | 1 |
3 files changed, 6 insertions, 0 deletions
@@ -26,3 +26,4 @@ session.* emojis multisession .aider* +lisp/user.el
\ No newline at end of file @@ -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. @@ -48,6 +48,7 @@ (require 'rust) (require 'mk) (require 'resize-frame) +(require 'user nil 'noerror) (require 'server) (unless (server-running-p) |
