Neu: Cheatsheet C-c c

This commit is contained in:
knedlik
2026-04-08 22:35:23 +02:00
parent f0f19590ca
commit 7be93eb0f9
3 changed files with 83 additions and 2 deletions

View File

@@ -13,6 +13,12 @@
(global-set-key (kbd "C-c r i") #'org-roam-node-insert)
(global-set-key (kbd "C-c r b") #'org-roam-buffer-toggle)
;; my cheatsheet
(defun my/open-cheatsheet ()
(interactive)
(find-file "~/.emacs.d/cheatsheet.org"))
(global-set-key (kbd "C-c c") #'my/open-cheatsheet)
(provide 'init-keybindings)
;;; init-keybindings.el ends here