Various
- pdfjs for opening pdfs in qutebrowser - `$SSH_AUTH_SOCK` env variable in emacs to make magit work correctly
This commit is contained in:
parent
fc05ac84b2
commit
23b4989e7f
2 changed files with 3 additions and 0 deletions
|
@ -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)))
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
"{file}"
|
"{file}"
|
||||||
"-c"
|
"-c"
|
||||||
];
|
];
|
||||||
|
content.pdfjs = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
home.packages = [
|
home.packages = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue