From 3cd50d88da06b065425b3c9f847c1e4b9ebc55f0 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 10 Mar 2022 22:26:31 +0100 Subject: [PATCH] [Emacs] Remove redundant functions --- org/config/emacs.org | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index c6712e5..d2e9b00 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -635,23 +635,7 @@ and ending with the extension of the requested TYPE." (message filename))) #+end_src -For convenience’s sake, I’ll also write two functions dedicated to -taking a screenshot in the SVG format and the PNG format respectively. -#+begin_src emacs-lisp -(defun self-screenshot-svg () - "Save an SVG screenshot of Emacs. -See `self-screenshot'." - (interactive) - (self-screenshot 'svg)) - -(defun self-screenshot-png () - "Save a PNG screenshot of Emacs. -See `self-screenshot'." - (interactive) - (self-screenshot 'png)) -#+end_src - -These functions were used to take the screenshots you can see in this +I used this function to take the screenshots you can see in this document. ** Org Functions