From 34df315a58bf898fc93f63bd0e3ec74e7f61f1b7 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 26 Oct 2025 01:19:50 +0100 Subject: looks --- init.el | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/init.el b/init.el index f694359..7a72d32 100644 --- a/init.el +++ b/init.el @@ -429,7 +429,7 @@ (use-package jao-themes :demand t :init - (setq jao-themes-default-family (jao-d-l "RobotoMono Nerd Font" "Hack") + (setq jao-themes-default-family (jao-d-l "Menlo" "Hack") ;; "RobotoMono Nerd Font" jao-themes-default-size (jao-d-l 10 9) jao-themes-default-variable-pitch-family (jao-d-l "Helvetica" "Iosevka Etoile") @@ -492,7 +492,7 @@ (setq jao-minibuffer-active-buffer-line-color "azure4" jao-minibuffer-inactive-buffer-line-color "grey25") (setq jao-minibuffer-active-buffer-line-color - (jao-d-l "#cfcfcf" "burlywood3") + (jao-d-l "#dfdfdf" "burlywood3") jao-minibuffer-inactive-buffer-line-color (jao-d-l "#dfdfdf" "grey65"))) (setq jao-minibuffer-adaptive-alignment nil @@ -1121,7 +1121,7 @@ (menu-bar . nil) ,@(jao-when-darwin '((internal-border-width . 5) (width . 163) - (height . 63) + (height . 70) ;; (right-divider-width . 6) ;; (bottom-divider-width . 6) )))) @@ -1780,8 +1780,8 @@ (defun jao-river-enabled-p () nil)) (jao-d-l - (setq jao-minibuffer-info-face 'jao-themes-dimm) - (jao-mode-line-add-to-minibuffer-left 90) + (progn (setq jao-minibuffer-info-face 'jao-themes-dimm) + (jao-mode-line-add-to-minibuffer-left 90)) (require 'jao-custom-x11)) ;;; Global transients @@ -1920,7 +1920,8 @@ (global-set-key "\C-xr\M-w" #'kill-rectangle-save) (global-set-key "\C-c\C-z" #'comment-or-uncomment-region) (global-set-key "\C-z" #'comment-or-uncomment-region) - (jao-when-darwin (global-set-key (kbd "M-`") 'other-frame))) + (jao-when-darwin (global-set-key (kbd "M-`") 'other-frame) + (global-set-key (kbd "s-e") nil))) (jao-global-keybindings) -- cgit v1.2.3