diff options
author | Leonardo Santiago <[email protected]> | 2024-05-01 19:10:40 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-05-01 19:10:40 -0300 |
commit | a2d8f693fb9556c7e9cf7ba954ad5688aceb9cf5 (patch) | |
tree | 621f1bfcc9267b51b44cf23d01dc3077a2ae3c97 /modules/emacs | |
parent | 00d580e47de5c9d1d1ada4d51ddda34876706a28 (diff) |
use mixrank as gitlab input
Diffstat (limited to 'modules/emacs')
-rw-r--r-- | modules/emacs/README.org | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/modules/emacs/README.org b/modules/emacs/README.org index 9a61d88..be1d22a 100644 --- a/modules/emacs/README.org +++ b/modules/emacs/README.org @@ -352,7 +352,13 @@ Try to use the package. (org-alert-notify-cutoff 30) (org-alert-notification-title "Emacs Agenda") (alert-default-style 'notifications)) -#+end_src +#+end_src +*** Ox-hugo +In order to publish files to hugo from org. +#+begin_src emacs-lisp :tangle yes +(use-package ox-hugo + :after ox) +#+end_src ** Calendar try out emacs calfw #+begin_src emacs-lisp :tangle yes |