summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2016-10-15 16:27:59 +0100
committerdakkar <dakkar@thenautilus.net>2016-10-15 16:35:25 +0100
commit1d0fc9241ad8e469f0306b3cd758fb9a358053d0 (patch)
tree6257dca041d77e9f83a52771309706c20ca9b3e2
parentoptions for new ledger mode (diff)
downloademacs-1d0fc9241ad8e469f0306b3cd758fb9a358053d0.tar.gz
emacs-1d0fc9241ad8e469f0306b3cd758fb9a358053d0.tar.bz2
emacs-1d0fc9241ad8e469f0306b3cd758fb9a358053d0.zip
configure unicode fonts at startup
-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)