From e88b8777995872e1d730c13b094c85ad802ec48e Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:36 +0000 Subject: [PATCH] Add crontab-mode --- config.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.org b/config.org index b0cc2e8..7ad98bd 100644 --- a/config.org +++ b/config.org @@ -910,6 +910,13 @@ (enable-org-babel-lang 'mermaid) #+end_src +** crontab + Using =crontab-mode=, because it's called crontab-mode lol + + #+begin_src emacs-lisp + (use-package crontab-mode) + #+end_src + * Tool Integrations ** Git =magit= is truly a wonderful creation! Add keybinding for