summaryrefslogtreecommitdiff
path: root/app-emacs/template/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-emacs/template/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emacs/template/files')
-rw-r--r--app-emacs/template/files/50template-gentoo.el20
1 files changed, 0 insertions, 20 deletions
diff --git a/app-emacs/template/files/50template-gentoo.el b/app-emacs/template/files/50template-gentoo.el
deleted file mode 100644
index 3da76196f42e..000000000000
--- a/app-emacs/template/files/50template-gentoo.el
+++ /dev/null
@@ -1,20 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(autoload 'template-single-comment "template"
- "Decorate the comment in the current line with dashes and alike." t)
-(autoload 'template-block-comment "template"
- "Decorate the current block of comment-only lines with dashes and alike." t)
-(autoload 'template-update-header "template"
- "Replace old file name in header with current file name." t)
-(autoload 'template-expand-template "template"
- "Expand template file TEMPLATE and insert result in current buffer." t)
-(autoload 'template-new-file "template"
- "Open a new file FILE by using a TEMPLATE." t)
-(autoload 'template-initialize "template"
- "Initialized package template. See variable `template-initialize'." t)
-
-(setq template-default-directories
- (list (if (and (not (file-directory-p "~/.templates/"))
- (file-directory-p "~/lib/templates"))
- (expand-file-name "~/lib/templates/")
- (expand-file-name "~/.templates/"))
- "@SITEETC@/templates"))