Переглянути джерело

Remove tab-width config

master
10sr 6 роки тому
джерело
коміт
8e89ee3dd7
Підписано: 10sr Ідентифікатор GPG ключа: 7BEC428194130EB2
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Переглянути файл

@@ -337,7 +337,7 @@ found, otherwise returns nil."
(setq truncate-partial-width-windows nil) ; when splitted horizontally
;; (setq-default line-spacing 0.2)
(setq-default indicate-empty-lines t) ; when using x indicate empty line
(setq-default tab-width 4)
;; (setq-default tab-width 4)
(setq-default indent-tabs-mode nil)
(setq-default indent-line-function 'indent-to-left-margin)
;; (setq-default indent-line-function nil)


Завантаження…
Відмінити
Зберегти