From: rearman Date: Thu, 11 Jul 2024 16:04:18 +0000 (-0400) Subject: Disable acme-mouse, update skeleton X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=c55abbcb2b19ae6758903f737933a42d70b164cb;p=emacsinit.git Disable acme-mouse, update skeleton --- 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."