diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-02-28 14:13:10 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-02-28 14:13:10 +0100 |
commit | 55f989d8583281ea79f4e3ded7a695990c182b75 (patch) | |
tree | 7ed89f0634015611168756ab5a2c22dc1d4091f2 /init.org | |
parent | 073f77a65b58df359169116c5a994c26a9527fd3 (diff) |
Remove obsolete block.
Diffstat (limited to 'init.org')
-rw-r--r-- | init.org | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 "¯\\_(ツ)_/¯"))) |