]> git.earman.xyz Git - emacsinit.git/commitdiff
Disable acme-mouse, update skeleton
authorrearman <rearman@r717.net>
Thu, 11 Jul 2024 16:04:18 +0000 (12:04 -0400)
committerrearman <rearman@r717.net>
Thu, 11 Jul 2024 16:04:18 +0000 (12:04 -0400)
init.el
re/re-skeletons.el

diff --git a/init.el b/init.el
index e99074bd13f33ba3b40798d2dddc99f15b6333f3..79c683061bdd2d50f75699e81df63a0cbfb1dbe5 100644 (file)
--- 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)
index 54b642a236db0732f95da6e47501dcb9ad7705a4..d112057d8b75dec2fb80395b39f014b1c4d8f150 100644 (file)
   "#+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."