mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
More bindings
This commit is contained in:
parent
580afa7fc5
commit
6d2961e332
1 changed files with 11 additions and 0 deletions
11
helpers.org
11
helpers.org
|
|
@ -19,6 +19,17 @@
|
|||
(global-set-key (kbd "<f1>") #'my/run-custom-tasks))
|
||||
#+end_src
|
||||
|
||||
* Some Extra Bindings
|
||||
#+begin_src emacs-lisp
|
||||
(when my/puppet-p
|
||||
(global-set-key (kbd "<f2>")
|
||||
#'org-roam-node-find)
|
||||
(global-set-key (kbd "<f3>")
|
||||
#'(lambda ()
|
||||
(interactive)
|
||||
(find-file "~/plaintext/org/random/things_puppet_should_remember.org"))))
|
||||
#+end_src
|
||||
|
||||
* Add Ledger
|
||||
#+begin_src emacs-lisp
|
||||
(defun paycheck->ledger (file)
|
||||
|
|
|
|||
Loading…
Reference in a new issue