Move feature/unicode => ui/unicode
This commit is contained in:
parent
b4e454823f
commit
cdd24312d9
4 changed files with 4 additions and 4 deletions
|
@ -40,7 +40,6 @@
|
|||
workspaces ; tab emulation, persistence & separate workspaces
|
||||
eval ; repls, runners 'n builders; run code, run
|
||||
debug ; stepping through code, to help you add bugs
|
||||
;unicode ; extended unicode support for various languages
|
||||
|
||||
:completion
|
||||
company ; code completion backend
|
||||
|
@ -56,6 +55,7 @@
|
|||
hl-todo ; highlight TODO/FIXME/NOTE tags
|
||||
nav-flash ; blink the current line after jumping
|
||||
evil-goggles ; display visual hints when editing in evil
|
||||
;unicode ; extended unicode font support for various languages
|
||||
|
||||
:tools
|
||||
dired ; making dired pretty [functional]
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
(with-demoted-errors "FONT ERROR: %s"
|
||||
(set-frame-font +doom-font t t)
|
||||
;; Fallback to `doom-unicode-font' for Unicode characters
|
||||
(unless (featurep! :feature unicode)
|
||||
(unless (featurep! :ui unicode)
|
||||
(when +doom-unicode-font
|
||||
(set-fontset-font t 'unicode +doom-unicode-font)))
|
||||
;; ...and for variable-pitch mode
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;;; feature/unicode/config.el -*- lexical-binding: t; -*-
|
||||
;;; ui/unicode/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(setq bidi-display-reordering t)
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; feature/unicode/packages.el
|
||||
;;; ui/unicode/packages.el
|
||||
|
||||
(package! unicode-fonts)
|
Loading…
Add table
Add a link
Reference in a new issue