From 65715e5d4e1ff07dbe5708277c92b9faffa65dc5 Mon Sep 17 00:00:00 2001 From: Mitchell Tishmack Date: Wed, 7 Oct 2020 19:07:10 -0500 Subject: [PATCH] Don't really care the overall coding system of the buffer --- emacs.org | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/emacs.org b/emacs.org index 1c00555..14fea1b 100644 --- a/emacs.org +++ b/emacs.org @@ -595,13 +595,7 @@ oomph with all the crap it did. (if (eq (point) (region-beginning)) (format "%%l … %d" (line-number-at-pos (region-end))) (format "%d … %%l" (line-number-at-pos (region-beginning)))) - ":%l")) - (:eval - ;; TODO: on click `set-buffer-file-coding-system' - (if (not (member buffer-file-coding-system - '(utf-8 utf-8-unix))) - (symbol-name buffer-file-coding-system)) - mode-line-misc-info))) + ":%l")))) ) #+END_SRC