home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit e6a5fa34582f4c932f99109b8dd67e5ec8683f0e
parent 7c3631aba40921496053fa7ba3df53b8a1185a90
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 29 Jan 2021 10:37:52 +0100

tools/emacs: playing with fontset

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/early-init.el | 5+++++
Mtools/emacs/init.el | 1+
2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/tools/emacs/early-init.el b/tools/emacs/early-init.el @@ -95,6 +95,11 @@ This is used internally by `vde/modus-themes-toggle'." :family font-family-sans :weight 'regular)) +(set-fontset-font t 'symbol "Apple Color Emoji") +(set-fontset-font t 'symbol "Noto Color Emoji" nil 'append) +(set-fontset-font t 'symbol "Segoe UI Emoji" nil 'append) +(set-fontset-font t 'symbol "Symbola" nil 'append) + ;; Ignore X resources; its settings would be redundant with the other settings ;; in this file and can conflict with later config (particularly where the ;; cursor color is concerned). diff --git a/tools/emacs/init.el b/tools/emacs/init.el @@ -27,6 +27,7 @@ (require 'package) +;; (setq package-archives nil) ;; To rely only on packages from nix (setq package-archives '(("melpa" . "http://melpa.org/packages/") ("org" . "https://orgmode.org/elpa/")