From 243357d5ccff8659b586ebe4a4c801090e5ac8da Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Mon, 23 Dec 2019 21:09:42 +0100 Subject: Emacs: Set c-default-style to linux --- dot.emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dot.emacs.d/init.el') 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") -- cgit v1.2.3