Compare commits

...

2 Commits

Author SHA1 Message Date
4d7fd59b82 relative font! yay! 2024-07-09 12:59:37 -08:00
bb26b0ecef remove figlet 2024-07-09 12:59:30 -08:00

View File

@ -1,12 +1,6 @@
;;; mir-defuns.el --- custom-defined functions
;;; Commentary:
;; _ _ __ _
;; _ __ ___ (_) _ __ __| | ___ / _| _ _ _ __ ___ ___ | |
;; | '_ ` _ \ | || '__|_____ / _` | / _ \| |_ | | | || '_ \ / __| / _ \| |
;; | | | | | || || | |_____|| (_| || __/| _|| |_| || | | |\__ \ _| __/| |
;; |_| |_| |_||_||_| \__,_| \___||_| \__,_||_| |_||___/(_)\___||_|
;; Some functions to run when loading packages...
;;; Code:
@ -41,7 +35,7 @@ declarations for color schemes."
(set-face-attribute 'variable-pitch nil
:inherit 'default
:family "Ubuntu Nerd Font Medium"
:height 140) ;jank? jank
:height (/ 1.5 1.3))
(setq window-divider-default-places t)
(setq right-divider-width 5)
(setq ring-bell-function 'ignore)