summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-06-25 01:33:58 +0100
committerjao <jao@gnu.org>2022-06-25 01:33:58 +0100
commit2deb7e7bcbef0f7cbd60dd22b3cf6b0d1cbe60ab (patch)
tree19efbda2c743db95f2a33a43ca9d816e6113d292
parentc9305db0c689febd47b7d58a25ed3b135ce8864c (diff)
downloadelibs-2deb7e7bcbef0f7cbd60dd22b3cf6b0d1cbe60ab.tar.gz
elibs-2deb7e7bcbef0f7cbd60dd22b3cf6b0d1cbe60ab.tar.bz2
nits
-rw-r--r--custom/jao-custom-completion.el5
-rw-r--r--custom/jao-custom-exwm.el4
-rw-r--r--data/kitty.conf9
-rw-r--r--lib/eos/jao-mode-line.el4
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)
("<help> 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"))))