summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-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 "¯\\_(ツ)_/¯")))