From 2deb7e7bcbef0f7cbd60dd22b3cf6b0d1cbe60ab Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 25 Jun 2022 01:33:58 +0100 Subject: nits --- custom/jao-custom-completion.el | 5 +++-- custom/jao-custom-exwm.el | 4 ++-- data/kitty.conf | 9 ++++++--- lib/eos/jao-mode-line.el | 4 ++-- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/custom/jao-custom-completion.el b/custom/jao-custom-completion.el index 2c73593..7d956fe 100644 --- a/custom/jao-custom-completion.el +++ b/custom/jao-custom-completion.el @@ -174,6 +174,7 @@ ("C-c h" . consult-history) ("C-c i" . consult-imenu) ("C-c I" . consult-project-imenu) + ;; ("C-c o" . consult-outline) ("C-c k" . consult-ripgrep) ("C-c K" . consult-git-grep) ("C-c L" . consult-locate) @@ -186,8 +187,8 @@ ("M-g m" . consult-mark) ("M-g e" . consult-error) ("M-s m" . consult-multi-occur) - ("M-o" . consult-outline) - ("M-i" . consult-imenu) + ;; ("M-o" . consult-outline) + ;; ("M-i" . consult-imenu) ("M-y" . consult-yank-pop) ("C-s" . isearch-forward) (" a" . consult-apropos)) diff --git a/custom/jao-custom-exwm.el b/custom/jao-custom-exwm.el index 2b94068..6d3c4c0 100644 --- a/custom/jao-custom-exwm.el +++ b/custom/jao-custom-exwm.el @@ -488,8 +488,8 @@ ([?\s-A] . org-agenda-list) ([?\s-a] . jao-first-window) ([?\s-b] . jao-transient-org-blog) - ;; ([?\s-d] . jao-exwm-tidal*) - ([?\s-d] . jao-mpc-echo-current) + ([?\s-d] . jao-exwm-tidal*) + ;; ([?\s-d] . jao-mpc-echo-current) ([?\s-e] . jao-exwm-firefox*) ([?\s-m] . jao-transient-media) ;; ([?\s-O] . jao-transpose-windows) diff --git a/data/kitty.conf b/data/kitty.conf index 947bdb7..fd8d405 100644 --- a/data/kitty.conf +++ b/data/kitty.conf @@ -1,7 +1,10 @@ font_size 9.0 -font_family Fira Code -bold_font Fira Code SemiBold -italic_font Fira Code Italic +# font_family Fira Code +# bold_font Fira Code SemiBold +# italic_font Fira Code Italic + +font_family DejaVu Sands Mono +bold_font DejaVu Sans Mono SemiBold disable_ligatures always box_drawing_scale 0.1, 0.5, 1, 1 diff --git a/lib/eos/jao-mode-line.el b/lib/eos/jao-mode-line.el index 0fd5a2e..b3db94b 100644 --- a/lib/eos/jao-mode-line.el +++ b/lib/eos/jao-mode-line.el @@ -78,8 +78,8 @@ 'gnus-article-mode 'gnus-summary-mode) mode-line-buffer-identification) - ((derived-mode-p 'circe-channel-mode) - (format "%s [%d]" (buffer-name) (length (circe-channel-nicks)))) + ;; ((derived-mode-p 'circe-channel-mode) + ;; (format "%s [%d]" (buffer-name) (length (circe-channel-nicks)))) ((not (null eww-data)) (or (plist-get eww-data :title) "No title")) (t "%b")))) -- cgit v1.2.3