Skip to content

Commit

Permalink
emacs: temporarily install circe from my branch
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Apr 16, 2021
1 parent 08a9594 commit 8c2da10
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .emacs.d/frostyx.org
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,13 @@ use use integration with ~use-package~.
:ensure t)
#+END_SRC

We often want to use Quelpa for our own patched versions of packages that are
otherwise available and previously installed from MELPA.

#+BEGIN_SRC emacs-lisp
(setq quelpa-upgrade-p t)
#+END_SRC

* Secrets

Please do not hardcode your passwords or secret information into source code.
Expand Down Expand Up @@ -2790,9 +2797,15 @@ but Circe is the one trying to be modern and be pretty out of the box.

See https://github.com/jorgenschaefer/circe

Temporarily we want to install Circe from a patched source
https://github.com/jorgenschaefer/circe/pull/384

#+BEGIN_SRC emacs-lisp
(use-package circe
:ensure t)
:ensure t
:quelpa (circe :fetcher github
:repo "FrostyX/circe"
:branch "circe-tracking-colors"))
#+END_SRC

Do not forget to kill circe and run it again after modifying
Expand Down

0 comments on commit 8c2da10

Please # to comment.