diff options
| author | azureazure <azureazure@disroot.org> | 2026-01-31 21:01:48 +0100 |
|---|---|---|
| committer | azureazure <azureazure@disroot.org> | 2026-01-31 21:01:48 +0100 |
| commit | 916dc0326d5278bda9cd82e07651239db7f14634 (patch) | |
| tree | bdbfe21ad9df5a410d3f0ad1c2afab6712c1a487 /code.el | |
| parent | aed94b16cd3c16bdb05d7eb94fb4ffe01f44c6c8 (diff) | |
| download | dotemacs-916dc0326d5278bda9cd82e07651239db7f14634.tar.gz | |
move some files around, drop org-roam-ui in favor of org-roam-graph
Diffstat (limited to 'code.el')
| -rw-r--r-- | code.el | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +(use-package scad-mode + :defer t) + +(use-package eglot + :hook + ((lua-mode . eglot)) + :config + (fset #'jsonrpc--log-event #'ignore)) + +(use-package magit + :bind (("C-x g" . magit-status))) |
