From 1b0480aa4268416c99afced311d4219b29e16f79 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 24 Aug 2018 17:30:13 +0900 Subject: [PATCH] Do not show when eol is \n --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 10774e1..99243ea 100644 --- a/emacs.el +++ b/emacs.el @@ -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)