Kaynağa Gözat

Don't really care the overall coding system of the buffer

master
Mitchell Tishmack 6 yıl önce
committed by Mitch Tishmack
ebeveyn
işleme
65715e5d4e
1 değiştirilmiş dosya ile 1 ekleme ve 7 silme
  1. +1
    -7
      emacs.org

+ 1
- 7
emacs.org Dosyayı Görüntüle

@@ -595,13 +595,7 @@ oomph with all the crap it did.
(if (eq (point) (region-beginning)) (if (eq (point) (region-beginning))
(format "%%l … %d" (line-number-at-pos (region-end))) (format "%%l … %d" (line-number-at-pos (region-end)))
(format "%d … %%l" (line-number-at-pos (region-beginning)))) (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 #+END_SRC




Yükleniyor…
İptal
Kaydet