aboutsummaryrefslogtreecommitdiff
path: root/code.el
diff options
context:
space:
mode:
authorlemurianmage <azureazure@disroot.org>2026-04-14 15:00:37 +0200
committerlemurianmage <azureazure@disroot.org>2026-04-14 15:00:37 +0200
commitba68729898d4bab62f21e4c968538b1c7c875196 (patch)
tree8b0b37947e4f75b6e7ddc907ebef1026ee099861 /code.el
parent1f23205936626f4985b19f4d7c6ce0dfb647fc6b (diff)
downloaddotemacs-ba68729898d4bab62f21e4c968538b1c7c875196.tar.gz
various little things
Diffstat (limited to 'code.el')
-rw-r--r--code.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/code.el b/code.el
index 7afb676..18415e9 100644
--- a/code.el
+++ b/code.el
@@ -1,3 +1,4 @@
+
(use-package scad-mode
:defer t)
@@ -9,3 +10,10 @@
(use-package magit
:bind (("C-x g" . magit-status)))
+
+
+(use-package cc-mode
+ :defer t
+ :config
+ (setopt c-default-style "linux"))
+