Browse Source

Do not show when eol is \n

master
10sr 6 years ago
parent
commit
1b0480aa42
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -414,7 +414,7 @@ found, otherwise returns nil."

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

(which-function-mode 0)



Loading…
Cancel
Save