- pdfjs for opening pdfs in qutebrowser
- `$SSH_AUTH_SOCK` env variable in emacs to make magit work correctly
This commit is contained in:
Andrea Ciceri 2022-05-05 11:26:20 +02:00
parent fc05ac84b2
commit 23b4989e7f
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
2 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,5 @@
(setenv "SSH_AUTH_SOCK" "/run/user/1000/gnupg/S.gpg-agent.ssh")
(use-package magit (use-package magit
:bind (("C-x g" . magit-status) :bind (("C-x g" . magit-status)
("C-x C-g" . magit-status))) ("C-x C-g" . magit-status)))

View file

@ -30,6 +30,7 @@
"{file}" "{file}"
"-c" "-c"
]; ];
content.pdfjs = true;
}; };
}; };
home.packages = [ home.packages = [