From 55f989d8583281ea79f4e3ded7a695990c182b75 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 28 Feb 2024 14:13:10 +0100 Subject: Remove obsolete block. --- init.org | 3 --- 1 file changed, 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 "¯\\_(ツ)_/¯"))) -- cgit v1.2.3