Move feature/unicode => ui/unicode

This commit is contained in:
Henrik Lissner 2017-06-08 14:27:06 +02:00
parent b4e454823f
commit cdd24312d9
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,9 @@
;;; ui/unicode/config.el -*- lexical-binding: t; -*-
(setq bidi-display-reordering t)
(def-package! unicode-fonts
:demand t
:config
;; NOTE will impact startup time on first run
(unicode-fonts-setup))

View file

@ -0,0 +1,4 @@
;; -*- no-byte-compile: t; -*-
;;; ui/unicode/packages.el
(package! unicode-fonts)