(setq auto-mode-alist (append '(("\\.sls$" . yaml-mode)) auto-mode-alist)) (setq lisp-body-indent 2) ;cc mode (setq c-default-style "linux" c-basic-offset 4)