diff --git a/helpers.org b/helpers.org index 0585390..5406049 100644 --- a/helpers.org +++ b/helpers.org @@ -19,6 +19,17 @@ (global-set-key (kbd "") #'my/run-custom-tasks)) #+end_src +* Some Extra Bindings +#+begin_src emacs-lisp + (when my/puppet-p + (global-set-key (kbd "") + #'org-roam-node-find) + (global-set-key (kbd "") + #'(lambda () + (interactive) + (find-file "~/plaintext/org/random/things_puppet_should_remember.org")))) +#+end_src + * Add Ledger #+begin_src emacs-lisp (defun paycheck->ledger (file)