2017-06-08 14:27:06 +02:00
|
|
|
;;; ui/unicode/config.el -*- lexical-binding: t; -*-
|
2017-06-08 14:17:52 +02:00
|
|
|
|
|
|
|
(setq bidi-display-reordering t)
|
|
|
|
|
|
|
|
(def-package! unicode-fonts
|
|
|
|
:demand t
|
|
|
|
:config
|
|
|
|
;; NOTE will impact startup time on first run
|
|
|
|
(unicode-fonts-setup))
|