Move feature/unicode => ui/unicode
This commit is contained in:
parent
b4e454823f
commit
cdd24312d9
4 changed files with 4 additions and 4 deletions
9
modules/ui/unicode/config.el
Normal file
9
modules/ui/unicode/config.el
Normal 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))
|
4
modules/ui/unicode/packages.el
Normal file
4
modules/ui/unicode/packages.el
Normal file
|
@ -0,0 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/unicode/packages.el
|
||||
|
||||
(package! unicode-fonts)
|
Loading…
Add table
Add a link
Reference in a new issue