Compare commits

..

No commits in common. "4d7fd59b827c73b7276d4ebac2abb8038ebb272d" and "7b6114a27df8f6be79ba52a78bce8ec1a8ac1048" have entirely different histories.

View File

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