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 <