|
|
@ -68,3 +68,9 @@ |
|
|
|
(setq centaur-tabs-height 11) |
|
|
|
(setq centaur-tabs-height 11) |
|
|
|
(define-key evil-normal-state-map (kbd "g t") 'centaur-tabs-forward) |
|
|
|
(define-key evil-normal-state-map (kbd "g t") 'centaur-tabs-forward) |
|
|
|
(define-key evil-normal-state-map (kbd "g T") 'centaur-tabs-backward) |
|
|
|
(define-key evil-normal-state-map (kbd "g T") 'centaur-tabs-backward) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
; Font |
|
|
|
|
|
|
|
(setq doom-font (font-spec :family "Overpass Mono" :size 16 :weight 'semi-light) |
|
|
|
|
|
|
|
doom-variable-pitch-font (font-spec :family "Overpass Mono") |
|
|
|
|
|
|
|
doom-unicode-font (font-spec :family "Overpass Mono" :size 16) |
|
|
|
|
|
|
|
doom-big-font (font-spec :family "Overpass Mono" :size 19)) |
|
|
|