summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-11-21 18:38:05 +0000
committerjao <jao@gnu.org>2022-11-21 18:38:23 +0000
commit318dc997472ee0b68c871cf44b693a3c299899ee (patch)
treeba73ae72cd4da7dfe197397e52038c50cc1e5f53 /init.el
parent142a64b94501166be70444ea3047c7375641269d (diff)
downloadelibs-318dc997472ee0b68c871cf44b693a3c299899ee.tar.gz
elibs-318dc997472ee0b68c871cf44b693a3c299899ee.tar.bz2
consult-git-log-grep
Diffstat (limited to 'init.el')
-rw-r--r--init.el11
1 files changed, 8 insertions, 3 deletions
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