diff options
-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 "¯\\_(ツ)_/¯"))) |