From e9b16c36ee6f3c77d6b1c303826804f2e047d21c Mon Sep 17 00:00:00 2001 From: benj Date: Sun, 18 Jul 2021 13:38:07 -0700 Subject: - yasnippet for quick plpgsql functions - fallback font for emoji support --- settings/setup-custom.el | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'settings') diff --git a/settings/setup-custom.el b/settings/setup-custom.el index 73c6b71..3cc694d 100644 --- a/settings/setup-custom.el +++ b/settings/setup-custom.el @@ -1,13 +1,6 @@ ;;; setup-custom.el --- non-user specific customizations -*- lexical-binding: t; -*- - -(set-frame-font "Source Code Pro Medium" nil t) - -(custom-set-faces - ;; custom-set-faces was added by Custom. - ;; If you edit it by hand, you could mess it up, so be careful. - ;; Your init file should contain only one such instance. - ;; If there is more than one, they won't work right. - '(default ((t (:height 90 :width normal :family "Source Code Pro Medium"))))) +(set-face-attribute 'default nil :font "Source Code Pro Medium-9") +(set-fontset-font t nil "JoyPixels" nil 'append) ;; no line highlight (hl-line-mode 0) -- cgit v1.2.3