https://github.com/laluxx/ginit
https://github.com/laluxx/ginit
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/laluxx/ginit
- Owner: laluxx
- License: gpl-3.0
- Created: 2024-12-15T10:03:53.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-15T10:03:55.000Z (6 months ago)
- Last Synced: 2025-02-10T05:44:52.273Z (4 months ago)
- Language: Emacs Lisp
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: ginit
#+AUTHOR: laluxx* Install
Clone it
#+begin_src shell
git clone https://github.com/laluxx/ginit ~/.config/emacs/lisp/ginit
#+end_srcAdd to init.el
#+begin_src elisp
(use-package ginit
:load-path "~/.config/emacs/lisp/ginit")
#+end_src