Compare commits
2 Commits
7b6114a27d
...
4d7fd59b82
Author | SHA1 | Date | |
---|---|---|---|
4d7fd59b82 | |||
bb26b0ecef |
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user