projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
8e0e429
)
emacs: set eww-download-directory to $XDG_DOWNLOAD_DIR
author
Amin Bandali
<mab@gnu.org>
Mon, 27 Jan 2020 19:29:51 +0000
(14:29 -0500)
committer
Amin Bandali
<mab@gnu.org>
Mon, 27 Jan 2020 19:38:48 +0000
(14:38 -0500)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
60b8215
..
1b484e1
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-162,7
+162,8
@@
(exec-path-from-shell-initialize)
;; while we're at it, let's fix access to our running ssh-agent
(exec-path-from-shell-copy-env "SSH_AGENT_PID")
(exec-path-from-shell-initialize)
;; while we're at it, let's fix access to our running ssh-agent
(exec-path-from-shell-copy-env "SSH_AGENT_PID")
- (exec-path-from-shell-copy-env "SSH_AUTH_SOCK"))
+ (exec-path-from-shell-copy-env "SSH_AUTH_SOCK")
+ (exec-path-from-shell-copy-env "XDG_DOWNLOAD_DIR"))
;; start up emacs server. see
;; https://www.gnu.org/software/emacs/manual/html_node/emacs/Emacs-Server.html#Emacs-Server
;; start up emacs server. see
;; https://www.gnu.org/software/emacs/manual/html_node/emacs/Emacs-Server.html#Emacs-Server
@@
-2109,6
+2110,11
@@
This function is intended for use with `ivy-ignore-buffers'."
(setq scpaste-http-destination "https://p.bndl.org"
scpaste-scp-destination "nix:/var/www/p.bndl.org"))
(setq scpaste-http-destination "https://p.bndl.org"
scpaste-scp-destination "nix:/var/www/p.bndl.org"))
+(use-package eww
+ :custom
+ (eww-download-directory (file-name-as-directory
+ (getenv "XDG_DOWNLOAD_DIR"))))
+
\f
;;; Email (with Gnus)
\f
;;; Email (with Gnus)