From fceaba89078cbb168cc83bb0ee71cb90bb0f9e30 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 13 Jun 2016 15:50:20 +0100 Subject: [PATCH] standard-display-european broke various stuff - visiting files which were in utf-8 - displaying mail messages --- home/emacs/ian.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/emacs/ian.el b/home/emacs/ian.el index 6f6bd98..b584193 100644 --- a/home/emacs/ian.el +++ b/home/emacs/ian.el @@ -10,7 +10,7 @@ ; Un-disable narrow and eval-expression (put 'narrow-to-region 'disabled nil) (put 'eval-expression 'disabled nil) -(standard-display-european t) +;(standard-display-european t) ; (setq browse-url-netscape-program "mozilla") (setq common-lisp-hyperspec-root "/usr/share/doc/hyperspec/") -- 2.30.2