feat(emacs.d): Add function to insert TODO comments
This commit is contained in:
parent
cc68e28514
commit
940a9c580c
2 changed files with 15 additions and 0 deletions
|
@ -37,4 +37,7 @@
|
|||
;; Open a file in project:
|
||||
(global-set-key (kbd "C-c f") 'project-find-file)
|
||||
|
||||
;; Insert TODO comments
|
||||
(global-set-key (kbd "C-c t") 'insert-todo-comment)
|
||||
|
||||
(provide 'bindings)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue