diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2019-12-23 21:09:42 +0100 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2019-12-23 21:09:42 +0100 |
| commit | 243357d5ccff8659b586ebe4a4c801090e5ac8da (patch) | |
| tree | 8c0e5149aaf96e5bd425e6bf8de8f7f8e4202445 /dot.emacs.d | |
| parent | 535fb5bbd60a91d5b60b8b2402179adf0aacc069 (diff) | |
Emacs: Set c-default-style to linux
Diffstat (limited to 'dot.emacs.d')
| -rw-r--r-- | dot.emacs.d/init.el | 2 |
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") |
