summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinit.el5
1 files changed, 5 insertions, 0 deletions
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)