diff options
| author | jao <jao@gnu.org> | 2025-10-26 01:19:50 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2025-10-26 01:19:50 +0100 |
| commit | 34df315a58bf898fc93f63bd0e3ec74e7f61f1b7 (patch) | |
| tree | 33127121e1603532bb5316ed12e1d423b2c8dde3 /init.el | |
| parent | 01b836eeaf7f2e86f34c2508e193c5bdfe443369 (diff) | |
| download | elibs-34df315a58bf898fc93f63bd0e3ec74e7f61f1b7.tar.gz elibs-34df315a58bf898fc93f63bd0e3ec74e7f61f1b7.tar.bz2 | |
looks
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -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) |
