aboutsummaryrefslogtreecommitdiff
path: root/doom.d/modules/private/gentemplate/config.el
diff options
context:
space:
mode:
authorodave <aryadevchavali1@gmail.com>2020-03-29 17:30:53 +0100
committerodave <aryadevchavali1@gmail.com>2020-03-29 17:30:53 +0100
commit5de0f4026addedadf2eccf5242a4ea173d4632d7 (patch)
treebf8d09e732345177b0022c012a7a9afe527b2f97 /doom.d/modules/private/gentemplate/config.el
parentc20b9d62d066ebac1c03837744b2d34ba5e551d0 (diff)
downloaddotfiles-5de0f4026addedadf2eccf5242a4ea173d4632d7.tar.gz
dotfiles-5de0f4026addedadf2eccf5242a4ea173d4632d7.tar.bz2
dotfiles-5de0f4026addedadf2eccf5242a4ea173d4632d7.zip
~cleaned up gentemplate a bit
Diffstat (limited to 'doom.d/modules/private/gentemplate/config.el')
-rw-r--r--doom.d/modules/private/gentemplate/config.el9
1 files changed, 4 insertions, 5 deletions
diff --git a/doom.d/modules/private/gentemplate/config.el b/doom.d/modules/private/gentemplate/config.el
index ae5b973..5f00084 100644
--- a/doom.d/modules/private/gentemplate/config.el
+++ b/doom.d/modules/private/gentemplate/config.el
@@ -8,16 +8,15 @@
(defun +gentemplate/offline ()
(eq (list-length (network-interface-list)) 1))
-(after! magit-clone
- (defun +gentemplate/download-template (template-name dest)
- "Download a given template via its `template-name' to the `dest' folder"
- (magit-clone-regular (concat +gentemplate/profile-url template-name) dest nil)))
-
(defun +gentemplate/copy-template (template-name dest)
"Copy a template project via it's `template-name' to a folder called `dest'"
(copy-directory (expand-file-name (concat "~/Code/Templates/" template-name)) dest))
(after! (ivy magit-clone)
+ (defun +gentemplate/download-template (template-name dest)
+ "Download a given template via its `template-name' to the `dest' folder"
+ (magit-clone-regular (concat +gentemplate/profile-url template-name) dest nil))
+
(defun +gentemplate/generate-template ()
(interactive)
(ivy-read