https://github.com/laluxx/live-server
https://github.com/laluxx/live-server
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/laluxx/live-server
- Owner: laluxx
- License: gpl-3.0
- Created: 2025-01-27T11:38:11.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-28T00:33:54.000Z (4 months ago)
- Last Synced: 2025-02-05T19:50:54.036Z (4 months ago)
- Language: Emacs Lisp
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: live-server
#+AUTHOR: laluxx* Install
Clone it
#+begin_src shell
git clone https://github.com/laluxx/live-server ~/.config/emacs/lisp/live-server
#+end_srcAdd to init.el
#+begin_src elisp
(use-package live-server
:load-path "~/.config/emacs/lisp/live-server")
#+end_src