Neu: Cheatsheet C-c c
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user