diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-15 09:09:26 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-15 09:09:26 -0500 |
commit | 592a6dbe2b3f7aa522b92bd02021bf94549882a7 (patch) | |
tree | e6cc9caebb143f458a6aa7bbcbef242ac7c51631 /dot_emacs | |
parent | ensure company-auctex is installed (diff) |
also install org-chef for recipe management
Diffstat (limited to 'dot_emacs')
-rw-r--r-- | dot_emacs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -474,6 +474,9 @@ Otherwise split the current paragraph into one sentence per line." :custom (org-link-file-path-type 'relative)) +(use-package org-chef + :ensure t) + (use-package org-noter :ensure t :custom |