Use emacsshot

This commit is contained in:
contrapunctus 2021-02-20 19:14:12 +05:30
parent f76e5ed1c7
commit 33ac5cb6d0
1 changed files with 10 additions and 0 deletions

View File

@ -769,6 +769,16 @@ Ask for confirmation before saving cookies. I'd rather just disallow them all th
;; (ispell-change-dictionary "en")
(setq ispell-dictionary "en")
#+END_SRC
*** TODO emacsshot
PR ideas
1. [ ] create directories in save path if they don't exist
2. [ ] grammar - "written /path/to/file"
#+BEGIN_SRC emacs-lisp
(use-package emacsshot
:config
(setq emacsshot-with-timestamp t
emacsshot-snap-window-filename "~/Pictures/screenshots/emacsshot/emacsshot.png"))
#+END_SRC
** comint
#+BEGIN_SRC emacs-lisp