summaryrefslogtreecommitdiff
path: root/.emacs.d/modules/thanos-aesthetics.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-10-12 00:05:22 +0300
committerThanos Apollo <[email protected]>2023-10-12 00:06:20 +0300
commit58ee489097dfebbdf706ba15ca27991be055e9cc (patch)
tree3654de529bf06bc523548c439b6e02b2d5b826bb /.emacs.d/modules/thanos-aesthetics.el
parent14631edf758a0180bc12657384e91edb54bde030 (diff)
emacs: Fix typos and docstrings
Diffstat (limited to '.emacs.d/modules/thanos-aesthetics.el')
-rw-r--r--.emacs.d/modules/thanos-aesthetics.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/modules/thanos-aesthetics.el b/.emacs.d/modules/thanos-aesthetics.el
index 195f9a9..99def17 100644
--- a/.emacs.d/modules/thanos-aesthetics.el
+++ b/.emacs.d/modules/thanos-aesthetics.el
@@ -254,7 +254,7 @@
(defun thanos/set-wallpaper ()
"Set wallpaper."
(interactive)
- (let ((wallpaper (completing-read "Choose wallpaper" (directory-files wallpapers-dir nil "^[^.].*"))))
+ (let ((wallpaper (completing-read "Choose wallpaper: " (directory-files wallpapers-dir nil "^[^.].*"))))
(call-process-shell-command
(concat "feh --bg-scale " wallpapers-dir wallpaper) nil 0)))