summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/snippets/functions.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/snippets/functions.el b/.emacs.d/snippets/functions.el
index 30cfa60..cab2fa0 100644
--- a/.emacs.d/snippets/functions.el
+++ b/.emacs.d/snippets/functions.el
@@ -69,7 +69,7 @@
"Set NAME as wallpaper."
(interactive)
(start-process-shell-command
- "feh" nil "feh --bg-scale ~/Downloads/winter-night-wallpaper.png"))
+ "feh" nil "feh --bg-scale ~/dotfiles/wallpaper.png"))
(defun apollo/emacs-keys ()
"Swap caps with ctrl."