From 9bf77f47f038157be763c2784b9ef9fbccf38b4d Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 8 Jul 2024 12:20:18 +0100 Subject: nits --- custom/jao-custom-completion.el | 2 +- custom/jao-custom-exwm.el | 2 +- init.el | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/custom/jao-custom-completion.el b/custom/jao-custom-completion.el index b44f9b6..9524e23 100644 --- a/custom/jao-custom-completion.el +++ b/custom/jao-custom-completion.el @@ -107,7 +107,7 @@ :ensure t :bind (("C-x M-:" . consult-complex-command) ("C-x b" . consult-buffer) - ("C-x C-b" . consult-buffer) + ("C-x C-b" . switch-to-buffer) ("C-x 4 b" . consult-buffer-other-window) ("C-c b" . project-find-file) ("C-c h" . nil) diff --git a/custom/jao-custom-exwm.el b/custom/jao-custom-exwm.el index dbad1da..e5c67f8 100644 --- a/custom/jao-custom-exwm.el +++ b/custom/jao-custom-exwm.el @@ -151,7 +151,7 @@ (add-hook 'exwm-workspace-switch-hook #'jao-minibuffer-refresh) (require 'exwm-systemtray) -(exwm-systemtray-enable) +(exwm-systemtray-mode 1) (defun jao-exwm--watch-tray (sym newval op where) (setq jao-minibuffer-right-margin (* 2 (length newval))) diff --git a/init.el b/init.el index 74db526..9f5318d 100644 --- a/init.el +++ b/init.el @@ -1870,8 +1870,6 @@ (setq forge-topic-list-limit (cons 100 -1) forge-pull-notifications nil) :config - (add-hook 'magit-status-sections-hook #'forge-insert-assigned-pullreqs t) - (add-hook 'magit-status-sections-hook #'forge-insert-assigned-issues t) (use-package embark-vc :ensure t) :bind ((:map forge-topic-mode-map ("M-w" . copy-region-as-kill)))) -- cgit v1.2.3