From d3f068fb0b9154da12e6546ed786fdd363235f6c Mon Sep 17 00:00:00 2001 From: rearman Date: Thu, 5 Mar 2026 10:45:50 -0500 Subject: [PATCH] Remove unused cruft --- re/re-skeletons.el | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/re/re-skeletons.el b/re/re-skeletons.el index 11484cd..f9bd178 100644 --- a/re/re-skeletons.el +++ b/re/re-skeletons.el @@ -16,44 +16,6 @@ _ - \n "#+end_src\n") -(define-skeleton skel-facility-properties - "Insert the structure for a new facility." - "" - "** " - _ - \n - "[[file:c:/projects/JOB]\n[Project Folder]]\n" - "[[file:t:/Job_Software/JOB]\n[T Drive]]\n" - "[[file:w:/_JOB]\n[Drawing Folder]]\n" - "*** System Notes\n" - "[[file:w:/_JOB/SEQUENCE OF OPERATIONS][Sequence of Operations]]\n" - "*** Before Startup\n" - "**** TODO Get Licenses :licenses:\n" - "***** TODO Wonderware\n" - "***** TODO TOPServer\n" - "**** TODO Review Preliminary Sequences\n" - "*** PLC [/]\n" - "*** HMI [/]\n" - "*** Commissioning [/]\n" - "*** After Startup \n" - "**** TODO Markup Preliminary Sequences\n") - -(define-skeleton skel-person-properties - "Insert the org title and filetags for a person." - "" - "* @" - _ - \n - ":properties:\n" - ":email:\n" - ":office:\n" - ":cell:\n" - ":end:\n") - -(define-skeleton skel-workorder-properties - "Insert the org title and filetags for a workorder" - "" - "* TODO Workorder " - _ - ":#:customer:city:state:topics:\n") - (define-skeleton workorder-link "part of a link to a workorder, just enter the number." "" -- 2.39.5