diff options
author | Griffin Smith <grfn@gws.fyi> | 2022-02-15T18·24-0500 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-03-16T14·07+0000 |
commit | 68b5536c7693151980edfe0c601c3d03013b1658 (patch) | |
tree | 736ee3f048e9c43f09bb5ffa8e54cf7c644e2462 /users/grfn/emacs.d | |
parent | 9cba0624d60f7c575fa1b06e31a8b62984192a32 (diff) |
feat(grfn/emacs): Install org-d20 r/3909
Change-Id: I9ae2973a13fb451123e63cc0fa4f83241406f17b Reviewed-on: https://cl.tvl.fyi/c/depot/+/5390 Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users/grfn/emacs.d')
-rw-r--r-- | users/grfn/emacs.d/packages.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/grfn/emacs.d/packages.el b/users/grfn/emacs.d/packages.el index 5a580cad17e0..bc323c116ccd 100644 --- a/users/grfn/emacs.d/packages.el +++ b/users/grfn/emacs.d/packages.el @@ -28,6 +28,7 @@ (package! org-sticky-header) (package! gnuplot) (package! gnuplot-mode) +(package! org-d20) ;; Presentation (package! epresent) |