From c3cc2313513992f9e225d1bd39b7c858a5e3d463 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sun, 24 Mar 2019 20:52:35 -0400 Subject: Command to make a new alembic migration --- +commands.el | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '+commands.el') diff --git a/+commands.el b/+commands.el index 9b4a685e1c8c..4025a9504a42 100644 --- a/+commands.el +++ b/+commands.el @@ -115,6 +115,14 @@ ;; Org-mode (ex! "cap" #'+org-capture/dwim) +(ex! "arev" #'generate-alembic-migration) + +(evil-define-command evil-alembic-upgrade (&optional revision) + (interactive "") + (alembic-upgrade revision)) + +(ex! "aup" #'evil-alembic-upgrade) + ;; Elixir (add-hook! elixir-mode (ex! "AV" #'alchemist-project-toggle-file-and-tests-other-window) -- cgit 1.4.1