From 1d0fc9241ad8e469f0306b3cd758fb9a358053d0 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 15 Oct 2016 16:27:59 +0100 Subject: configure unicode fonts at startup --- init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.el b/init.el index a4ed7b5..1523372 100755 --- a/init.el +++ b/init.el @@ -368,3 +368,8 @@ (global-set-key [XF86MenuKB] (lambda () (interactive) (ispell-change-dictionary "en_GB"))) (global-set-key [(meta control return)] 'find-file-at-point) + +; ELPA packages are loaded after init.el, so we can't call a function +; from one of those packages here; see also +; https://www.emacswiki.org/emacs/ELPA +(add-hook 'after-init-hook 'unicode-fonts-setup) -- cgit v1.2.3