mirror of
https://github.com/SqrtMinusOne/perspective-exwm.el.git
synced 2025-12-10 12:53:02 +03:00
docs: add MELPA
This commit is contained in:
parent
42d5c44a1a
commit
3a4d382a74
1 changed files with 4 additions and 2 deletions
|
|
@ -1,12 +1,14 @@
|
|||
#+TITLE: perspective-exwm
|
||||
|
||||
[[https://melpa.org/#/perspective-exwm][file:https://melpa.org/packages/perspective-exwm-badge.svg]]
|
||||
|
||||
A couple of tricks and fixes to make using [[https://github.com/ch11ng/exwm][EXWM]] and [[https://github.com/nex3/perspective-el][perspective.el]] a better experience.
|
||||
|
||||
* Installation
|
||||
While this package isn't available anywhere but here, you can install it directly from the repo, e.g.:
|
||||
This package is available on MELPA. Install it however you usually install packages, I use [[https://github.com/jwiegley/use-package][use-package]] and [[https://github.com/raxod502/straight.el][straight.el]]:
|
||||
#+begin_src emacs-lisp
|
||||
(use-package perspective-exwm
|
||||
:straight (:host github :repo "SqrtMinusOne/perspective-ewxm.el"))
|
||||
:straight t)
|
||||
#+end_src
|
||||
Or clone the repository, add the package to the =load-path= and load it with =require=.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue