From 318dc997472ee0b68c871cf44b693a3c299899ee Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 21 Nov 2022 18:38:05 +0000 Subject: consult-git-log-grep --- init.el | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 8f1ae1e..70012d4 100644 --- a/init.el +++ b/init.el @@ -1834,6 +1834,11 @@ ;;;; other git packages (use-package git-timemachine :ensure t) +(use-package consult-git-log-grep + :ensure t + :custom (consult-git-log-grep-open-function #'magit-show-commit) + :bind (("C-c K" . consult-git-grep))) + ;; git config --local git-link.remote / git-link.branch (use-package git-link :ensure t) (use-package git-modes :ensure t) @@ -2580,8 +2585,8 @@ (use-package mastodon :ensure t :init - (setq mastodon-instance-url "https://mastodon.social" - mastodon-active-user "jao@gnu.org") + (setq mastodon-instance-url "https://emacs.ch" + mastodon-active-user "mail@jao.io") :config :bind (:map eww-mode-map ("T" . jao-mastodon-toot-url))) @@ -2593,7 +2598,7 @@ (defun jao-mastodon () (interactive) - (jao-afio-goto-scratch) + (jao-afio-goto-chats) (mastodon)) ;;;; startup -- cgit v1.2.3