Moving to tildegit; it's cool; also new emacs stuff

This commit is contained in:
coast 2025-05-30 17:41:56 +03:30
parent 7b9472884c
commit 5fb2d790cf

View file

@ -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 ;;