https://github.com/eggplants/package-template.el
Template of Emacs Lisp Package
https://github.com/eggplants/package-template.el
Last synced: 6 months ago
JSON representation
Template of Emacs Lisp Package
- Host: GitHub
- URL: https://github.com/eggplants/package-template.el
- Owner: eggplants
- Created: 2021-04-02T15:12:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T16:12:14.000Z (over 5 years ago)
- Last Synced: 2025-06-25T09:46:38.106Z (about 1 year ago)
- Language: Emacs Lisp
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* package-template.el
Write some desctiptions here.
[[http://www.magipoka.com/images/i.nuseek.com/images/template/360x318/ist2_746781_female_student.jpg]]
** Usage
#+BEGIN_SRC emacs-lisp
(princ
"_人人人人人人_
> 突然の死 <
 ̄Y^Y^Y^Y^Y^Y^ ̄
👑
(💩💩💩)
(💩👁💩👁💩)
(💩💩💩👃💩💩💩)
(💩💩💩💩👄💩💩💩💩)")
#+END_SRC
#+RESULTS:
"_人人人人人人_
> 突然の死 <
 ̄Y^Y^Y^Y^Y^Y^ ̄
👑
(💩💩💩)
(💩👁💩👁💩)
(💩💩💩👃💩💩💩)
(💩💩💩💩👄💩💩💩💩)"
** Install
- Here is an example of installation...
#+BEGIN_SRC emacs-lisp
;; MELPA
(package-install 'package-template)
#+END_SRC
** Copyright
: package-template.el --- Template of Emacs Lisp Package
: Copyright (C) 2021 eggplants
:
: This program is free software; you can redistribute it and/or modify
: it under the terms of the GNU General Public License as published by
: the Free Software Foundation, either version 3 of the License, or
: (at your option) any later version.
:
: This program is distributed in the hope that it will be useful,
: but WITHOUT ANY WARRANTY; without even the implied warranty of
: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
: GNU General Public License for more details.
:
: You should have received a copy of the GNU General Public License
: along with this program. If not, see .
*** links
- [[http://example.com][example link]]