commit e9c7e8f4ddaa9a7dc1c0758907877cf04a1a6a1c parent 9a8130db5cf0b38d1ff81af23336555f1cc7b4d5 Author: Anton Konyahin <me@konyahin.xyz> Date: Sat, 10 Feb 2024 16:25:31 +0300 emacs: mode for todo.txt Diffstat:
M | emacs/.emacs.d/init.el | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el @@ -161,3 +161,6 @@ ;; update shell prompt (eshell-interrupt-process))) (global-set-key (kbd "C-x j") 'knh/jump-to-shell) + +(package-install 'todotxt) +(require 'todotxt)