From 58ee489097dfebbdf706ba15ca27991be055e9cc Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 12 Oct 2023 00:05:22 +0300 Subject: emacs: Fix typos and docstrings --- .emacs.d/modules/thanos-aesthetics.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d/modules/thanos-aesthetics.el') 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))) -- cgit v1.2.3