diff options
author | AChavali <aryadevchavali1@gmail.com> | 2020-02-17 13:19:40 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2020-02-17 13:19:40 +0000 |
commit | abb4226d71172ee50f0dfffc80d0412c22afdb2e (patch) | |
tree | 97a258ec5f212da7afb914f025aadf18936a6412 /doom.d/modules/gentemplate.org | |
parent | 10c0f0a157bf29b1d5a945016fd50e9120194a1a (diff) | |
download | dotfiles-abb4226d71172ee50f0dfffc80d0412c22afdb2e.tar.gz dotfiles-abb4226d71172ee50f0dfffc80d0412c22afdb2e.tar.bz2 dotfiles-abb4226d71172ee50f0dfffc80d0412c22afdb2e.zip |
+new java template so update gentemplates
Diffstat (limited to 'doom.d/modules/gentemplate.org')
-rw-r--r-- | doom.d/modules/gentemplate.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doom.d/modules/gentemplate.org b/doom.d/modules/gentemplate.org index a471803..dfaacc9 100644 --- a/doom.d/modules/gentemplate.org +++ b/doom.d/modules/gentemplate.org @@ -6,7 +6,7 @@ Generate templates from my set on Github or on computer currently. * List of templates Make a list of possible templates for my system to use #+BEGIN_SRC elisp -(setq oreodave/templates/template-list (list "CTemplate" "CPPTemplate" "PythonTemplate" "NodeTemplate" "ArduinoTemplate")) +(setq oreodave/templates/template-list (list "CTemplate" "CPPTemplate" "PythonTemplate" "NodeTemplate" "ArduinoTemplate" "JavaTemplate")) #+END_SRC * Find if online or not Function which checks that the network connections are = 1. If only one network |