remove some unicode for terminal compatibility

fully deactivating might be (set-terminal-coding-system 'iso-latin-1)
This commit is contained in:
2022-02-22 16:39:48 +01:00
parent 3bc17d82de
commit 4ca87469a6
9 changed files with 48 additions and 47 deletions

View File

@@ -23,7 +23,7 @@
:load-path (lambda() (concat config-dir "lisp/flycheck"))
:defer 2
:init
(setq flycheck-mode-line-prefix "𝓕") ;; 𝓕 f ;; other flycheck settings see syntax-checking-settings.el
(setq flycheck-mode-line-prefix "F") ;; \u24BB \u01D4D5 \u2708 f ;; other flycheck settings see syntax-checking-settings.el
(setq flycheck-mode-line '(:eval (concat (flycheck-mode-line-status-text) " ")))
:config
(setq-default flycheck-disabled-checkers '(python-flake8)) ;; disable the python-flake8 checker. This will make the next checker which is python-pylint to be used.