about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-04-04T19·01+0100
committerVincent Ambo <tazjin@google.com>2020-04-04T19·05+0100
commite9aa5ae46336b83bc863594248e3c7feb1e4c994 (patch)
tree549981f9031584523f10aea81d7fe227b3ca05e1
parentf43294cd90812b1daa4134cdc4778ab6383aaada (diff)
fix(tools/emacs): Include date in scrot screenshot names r/624
-rw-r--r--tools/emacs/config/functions.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/emacs/config/functions.el b/tools/emacs/config/functions.el
index 512f056cdc..62611bb638 100644
--- a/tools/emacs/config/functions.el
+++ b/tools/emacs/config/functions.el
@@ -267,7 +267,7 @@
   "Take a screenshot based on a mouse-selection and save it to
   ~/screenshots."
   (interactive)
-  (shell-command "scrot '$a_%s.png' -s -e 'mv $f ~/screenshots/'"))
+  (shell-command "scrot '$a_%Y-%m-%d_%s.png' -s -e 'mv $f ~/screenshots/'"))
 
 (defun graph-unread-mails ()
   "Create a bar chart of unread mails based on notmuch tags.