From 5fb2d790cf89e95b0f4efd981db4e42fd355b22d Mon Sep 17 00:00:00 2001 From: coast Date: Fri, 30 May 2025 17:41:56 +0330 Subject: [PATCH] Moving to tildegit; it's cool; also new emacs stuff --- .emacs.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 802b834..2a4114a 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -21,7 +21,7 @@ (use-package doom-themes :config - (load-theme 'doom-palenight t)) + (load-theme 'doom-tokyo-night t)) (menu-bar-mode -1) ;;(tab-bar-mode -1) @@ -33,7 +33,7 @@ (setq ring-bell-function 'ignore) -(set-face-attribute 'default nil :font "Inconsolata-13") +(set-face-attribute 'default nil :font "Cozette-15") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; UI & INTERFACE ;;