diff options
| author | 2025-03-05 09:43:18 -0800 | |
|---|---|---|
| committer | 2025-03-05 09:54:08 -0800 | |
| commit | fe01c5e98f37999f127f112ac312818422bb275a (patch) | |
| tree | 75baef391813d1cc68e2a4e40d7dd811920d930d /oni/home | |
| parent | 44cc43dc18de2e98f0b9e2b1729366d77e9c38b3 (diff) | |
| download | new-dotfiles-fe01c5e98f37999f127f112ac312818422bb275a.tar.gz new-dotfiles-fe01c5e98f37999f127f112ac312818422bb275a.zip | |
pop-os/emacs: Remove PRs into dev from open PRs view
Diffstat (limited to 'oni/home')
| -rw-r--r-- | oni/home/config/pop-os/emacs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oni/home/config/pop-os/emacs.el b/oni/home/config/pop-os/emacs.el index f8c76ee..381f93c 100644 --- a/oni/home/config/pop-os/emacs.el +++ b/oni/home/config/pop-os/emacs.el @@ -144,7 +144,7 @@ buffers.") (run-at-time "02:00" 86400 #'dashboard-open) (setq dashboard-navigator-buttons `(((,(propertize " " 'display `(image :type svg :file ,(expand-file-name "search.svg" oni-gui-icons-dir) :ascent center :margin (5 . 0))) "PRs" "Open pull requests" (lambda (&rest _) - (browse-url "https://github.com/pulls?q=is%3Aopen+is%3Apr+org%3Ajuked-social+draft%3Afalse+review%3Anone+-author%3Aapp%2Fdependabot")) + (browse-url "https://github.com/pulls?q=is%3Aopen+is%3Apr+org%3Ajuked-social+draft%3Afalse+review%3Anone+-author%3Aapp%2Fdependabot+-base%3Adev")) default "[" "]")) ((,(propertize " " 'display `(image :type svg :file ,(expand-file-name "search.svg" oni-gui-icons-dir) :ascent center :margin (5 . 0))) "back-end" "Unmerged into back-end" (lambda (&rest _) |
