From c55abbcb2b19ae6758903f737933a42d70b164cb Mon Sep 17 00:00:00 2001 From: rearman Date: Thu, 11 Jul 2024 12:04:18 -0400 Subject: [PATCH] Disable acme-mouse, update skeleton --- init.el | 3 +-- re/re-skeletons.el | 14 +++++++------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/init.el b/init.el index e99074b..79c6830 100644 --- a/init.el +++ b/init.el @@ -7,8 +7,7 @@ ;; Load Outside Hoards (add-to-list 'load-path (concat user-emacs-directory "re/")) -(add-to-list 'load-path - (concat user-emacs-directory "acme-mouse/")) +;; (add-to-list 'load-path (concat user-emacs-directory "acme-mouse/")) (add-to-list 'load-path (concat user-emacs-directory "sedit-mouse/")) (require 're-editing-defuns) diff --git a/re/re-skeletons.el b/re/re-skeletons.el index 54b642a..d112057 100644 --- a/re/re-skeletons.el +++ b/re/re-skeletons.el @@ -17,15 +17,15 @@ "#+END_SRC\n") (define-skeleton skel-facility-properties - "Insert the org title and filetags for a new facility." + "Insert the structure for a new facility." "" - "#+TITLE: " + "** " _ - \n - "#+FILETAGS: customer city state pm sm ee ce aka c#\n\n" - "* System Notes\n" - "* PLC [/]\n" - "* Wonderware [/]\n" - "* Commissioning [/]\n") + "*** System Notes\n" + "*** Expirements\n" + "*** PLC [/]\n" + "*** Wonderware [/]\n" + "*** Commissioning [/]\n") (define-skeleton skel-person-properties "Insert the org title and filetags for a person." -- 2.39.5