X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/abef7fd06df3eb0cae53b8f6c14171ab71ff8cd9..99ba9e1203b195a39c084dfe5a07b69b610b67d2:/.emacs.d/init.org diff --git a/.emacs.d/init.org b/.emacs.d/init.org index 4f782c6..b46b8b0 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -1023,9 +1023,8 @@ Not just how I do git, but /the/ way to do git. 'magit-insert-modules 'magit-insert-stashes 'append) - (setq - magit-repository-directories '(("~/.emacs.d/" . 0) - ("~/src/git/" . 1))) + (setq magit-repository-directories '(("~/" . 0) + ("~/src/git/" . 1))) (nconc magit-section-initial-visibility-alist '(([unpulled status] . show) ([unpushed status] . show))) @@ -2249,6 +2248,16 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. (text-mode . yas-minor-mode)) #+end_src +** Debbugs + +#+begin_src emacs-lisp +(use-package debbugs + :straight (debbugs + :host github + :repo "emacs-straight/debbugs" + :files (:defaults "Debbugs.wsdl"))) +#+end_src + * Email :PROPERTIES: :CUSTOM_ID: email