Sqlite in a tailspin

Since I don't use the Forge feature much, I'm turning this entire code
section off.
This commit is contained in:
Howard Abrams 2022-07-26 21:10:25 -07:00
parent 91e6e9ba70
commit 537aa04aff
2 changed files with 3 additions and 6 deletions

View file

@ -1095,9 +1095,6 @@ Notes:
- ~yS$<p>~ :: surrouds the line with HTML =<p>= 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

View file

@ -76,8 +76,8 @@ cat > $HAMACS_DEST/init.el <<EOF
;; Let's rock:
(org-babel-load-file "$HAMACS_DIR/bootstrap.org")
(provide 'init.el)
;;; init ends here
(provide 'init)
;;; init.el ends here
EOF
echo Created $HAMACS_DEST/init.el