aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2019-12-23 21:09:42 +0100
committerThomas Schneider <qsx@chaotikum.eu>2019-12-23 21:09:42 +0100
commit243357d5ccff8659b586ebe4a4c801090e5ac8da (patch)
tree8c0e5149aaf96e5bd425e6bf8de8f7f8e4202445 /dot.emacs.d
parent535fb5bbd60a91d5b60b8b2402179adf0aacc069 (diff)
Emacs: Set c-default-style to linux
Diffstat (limited to 'dot.emacs.d')
-rw-r--r--dot.emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index 55885f5..2f7f193 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -260,6 +260,8 @@
(use-package cargo
:hook (rust-mode . cargo-minor-mode))
+(setq c-default-style "linux")
+
(setq tramp-default-method "ssh"
tramp-terminal-type "tramp")