this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

:sparkles: (Emacs) configuring template for brag document on denote

+15 -1
+15 -1
home/emacs/emacs.org
··· 696 696 ** Denote 697 697 698 698 #+begin_src emacs-lisp 699 - (use-package denote) 699 + (use-package denote 700 + :config 701 + (setq denote-templates 702 + '((brag . ,(concat "* Objetivos dessa semana" 703 + "\n\n" 704 + "* Projetos" 705 + "\n\n" 706 + "* Colaboracao e mentoria" 707 + "\n\n" 708 + "* Documentacao" 709 + "\n\n" 710 + "* O que aprendi" 711 + "\n\n" 712 + "* Fora do trabalho" 713 + "\n\n"))))) 700 714 #+end_src 701 715 702 716 * Elfeed