Просмотр исходного кода

change eol mnemonics

pull/1/head
10sr 11 лет назад
Родитель
Сommit
26dacfd46a
1 измененных файлов: 3 добавлений и 3 удалений
  1. +3
    -3
      emacs.el

+ 3
- 3
emacs.el Просмотреть файл

@@ -213,9 +213,9 @@ found, otherwise returns nil."
t)
(require 'terminal-title nil t))

(setq eol-mnemonic-dos "crlf")
(setq eol-mnemonic-mac "cr")
(setq eol-mnemonic-unix "lf")
(setq eol-mnemonic-dos "\\r\\n")
(setq eol-mnemonic-mac "\\r")
(setq eol-mnemonic-unix "\\n")

(which-function-mode 0)



Загрузка…
Отмена
Сохранить