Procházet zdrojové kódy

change eol mnemonics

pull/1/head
10sr před 13 roky
rodič
revize
26dacfd46a
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +3
    -3
      emacs.el

+ 3
- 3
emacs.el Zobrazit soubor

@@ -213,9 +213,9 @@ found, otherwise returns nil."
t) t)
(require 'terminal-title 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) (which-function-mode 0)




Načítá se…
Zrušit
Uložit