From 537aa04affd614f0622f9b52a566f0148da981ac Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Tue, 26 Jul 2022 21:10:25 -0700 Subject: [PATCH] Sqlite in a tailspin Since I don't use the Forge feature much, I'm turning this entire code section off. --- ha-config.org | 5 +---- initialize | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/ha-config.org b/ha-config.org index 2c15aee..1de4d4f 100644 --- a/ha-config.org +++ b/ha-config.org @@ -1095,9 +1095,6 @@ Notes: - ~yS$

~ :: surrouds the line with HTML =

= tag (with extra carriage returns). - ~ysiw'~ :: puts single quotes around the word, no matter the points position. - ~(~ :: puts spaces /inside/ the surrounding parens, but ~)~ doesn't. Same with ~[~ and ~]~. - #+begin_src emacs-lisp - here is a line - #+end_src ** Additional Global Packages *** Visual Replace with Visual Regular Expressions I appreciated the [[https://github.com/benma/visual-regexp.el][visual-regexp package]] to see what you want to change /before/ executing the replace. @@ -1473,7 +1470,7 @@ The gist project depends on the [[https://github.com/sigma/gh.el][gh library]]. *** Forge Let's extend Magit with [[https://github.com/magit/forge][Magit Forge]] for working with Github and Gitlab: -#+begin_src emacs-lisp +#+begin_src emacs-lisp :tangle no (use-package forge :after magit :config diff --git a/initialize b/initialize index 5434b1e..854f373 100755 --- a/initialize +++ b/initialize @@ -76,8 +76,8 @@ cat > $HAMACS_DEST/init.el <