diff options
| -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) |
