summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-02-28 14:13:10 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-02-28 14:13:10 +0100
commit55f989d8583281ea79f4e3ded7a695990c182b75 (patch)
tree7ed89f0634015611168756ab5a2c22dc1d4091f2
parent073f77a65b58df359169116c5a994c26a9527fd3 (diff)
Remove obsolete block.
-rw-r--r--init.org3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.org b/init.org
index d3d92d8..1f12aed 100644
--- a/init.org
+++ b/init.org
@@ -1644,9 +1644,6 @@ Position the cursor at its beginning, according to the current mode."
(kill-new new-kill-string))))
#+END_SRC
-* Putting it all together
-
-Having defined named code blocks in the sections above we can finally put them all together to build the init file
#+BEGIN_SRC elisp
(global-set-key (kbd "C-x RET 1") (lambda () (interactive) (insert "¯\\_(ツ)_/¯")))