diff options
| author | Simeon Simeonov | 2022-10-22 11:51:14 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2022-10-22 11:51:14 +0200 |
| commit | fb01ddbc487794a2d53fb13733dc03f73dee37ed (patch) | |
| tree | 9c28a0c9333da70b70413edc5cda346cf83f0118 /.emacs | |
| parent | 3ba23d3758e06d95b14ed4e89607e258d15ddbf7 (diff) | |
Update markdown-modeand yaml-mode. Update .emacs
Diffstat (limited to '.emacs')
| -rw-r--r-- | .emacs | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -76,7 +76,8 @@ | |||
| 76 | ;; Programming section | 76 | ;; Programming section |
| 77 | 77 | ||
| 78 | ;; Indentation | 78 | ;; Indentation |
| 79 | (setq-default c-basic-offset 4 tab-width 4 indent-tabs-mode nil) | 79 | (setq-default c-basic-offset 4 tab-width 4 js-indent-level 4 indent-tabs-mode nil sgml-basic-offset 4) |
| 80 | ;;(setq-default c-basic-offset 4 tab-width 4 indent-tabs-mode nil) | ||
| 80 | ;;(setq-default c-basic-offset 4 tab-width 4) | 81 | ;;(setq-default c-basic-offset 4 tab-width 4) |
| 81 | 82 | ||
| 82 | ;; Default coding style | 83 | ;; Default coding style |
