瀏覽代碼

change eol mnemonics

pull/1/head
10sr 11 年之前
父節點
當前提交
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)



Loading…
取消
儲存