aboutsummaryrefslogtreecommitdiff
path: root/code.el
diff options
context:
space:
mode:
authorazureazure <azureazure@disroot.org>2026-01-31 21:01:48 +0100
committerazureazure <azureazure@disroot.org>2026-01-31 21:01:48 +0100
commit916dc0326d5278bda9cd82e07651239db7f14634 (patch)
treebdbfe21ad9df5a410d3f0ad1c2afab6712c1a487 /code.el
parentaed94b16cd3c16bdb05d7eb94fb4ffe01f44c6c8 (diff)
downloaddotemacs-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.el11
1 files changed, 11 insertions, 0 deletions
diff --git a/code.el b/code.el
new file mode 100644
index 0000000..7afb676
--- /dev/null
+++ b/code.el
@@ -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)))