|
|
@ -312,6 +312,8 @@ before packages are loaded. If you are unsure, you should try in setting them in |
|
|
(setq backup-inhibited t) |
|
|
(setq backup-inhibited t) |
|
|
(setq vc-follow-symlinks t) |
|
|
(setq vc-follow-symlinks t) |
|
|
(setq js-indent-level 2) |
|
|
(setq js-indent-level 2) |
|
|
|
|
|
(setq sh-basic-offset 2) |
|
|
|
|
|
(setq c-basic-offset 2) |
|
|
(setq gofmt-command "goimports") |
|
|
(setq gofmt-command "goimports") |
|
|
(prefer-coding-system 'utf-8) |
|
|
(prefer-coding-system 'utf-8) |
|
|
(define-globalized-minor-mode global-fci-mode fci-mode (lambda () (fci-mode 1))) |
|
|
(define-globalized-minor-mode global-fci-mode fci-mode (lambda () (fci-mode 1))) |
|
|
|