From 4cb128ca4afa5eca3b81bc73e26cb5a217a0b73b Mon Sep 17 00:00:00 2001 From: Rawley Fowler <75388349+rawleyfowler@users.noreply.github.com> Date: Sat, 25 Jun 2022 21:02:52 -0600 Subject: [PATCH] Update init.el --- openbsd/emacs.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openbsd/emacs.d/init.el b/openbsd/emacs.d/init.el index 1fc20d0..02b3897 100644 --- a/openbsd/emacs.d/init.el +++ b/openbsd/emacs.d/init.el @@ -5,6 +5,8 @@ ;;; that can take advantage of it. Thankfully, I found a compatible ;;; WiFi card for my Librebooted x200, now I can use OpenBSD \o/ ;;; Code: +(add-to-list 'default-frame-alist '(font . "Spleen-10")) + (setq visible-bell nil) (tool-bar-mode -1) @@ -31,8 +33,6 @@ (require 'use-package) (use-package modus-themes :init - (setq modus-themes-bold-constructs t - modus-themes-italic-constructs nil) (setq modus-themes-mode-line '(borderless (padding . 1))) (modus-themes-load-themes) :config