feat(emacs.d): Add function to insert TODO comments

This commit is contained in:
Vincent Ambo 2019-12-17 12:03:57 +00:00
parent cc68e28514
commit 940a9c580c
2 changed files with 15 additions and 0 deletions

View file

@ -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)