~aerz

Recent activity

Re: Fix for activation of darkman-mode in Doom Emacs 1 year, 2 months ago

From Agustín Cisneros to ~grtcdr/pub

Hi there,

I've just come here to give my point of view and I hope to be able to help.

I hadn't had the ilbdzumpfl issue explained. On my side, Emacs loads 
with no issue, maybe because I use a different Emacs configuration. I 
wanted to share it as a reference:

```
;; $DOOMDIR/packages.el
(package! darkman
   :pin "13417d14abb3affc20a903daddd2f1525671b5bf"
   :recipe (:host sourcehut :repo "grtcdr/darkman.el"))
```

Re: Fix for activation of darkman-mode in Doom Emacs 1 year, 2 months ago

From to ~grtcdr/pub

Hi there,

I've just come here to give my point of view and I hope to be able to help.

I hadn't had the ilbdzumpfl issue explained. On my side, Emacs loads with no issue, maybe because I use a different Emacs configuration. I wanted to share it as a reference:

```
;; $DOOMDIR/packages.el
(package! darkman
  :pin "13417d14abb3affc20a903daddd2f1525671b5bf"
  :recipe (:host sourcehut :repo "grtcdr/darkman.el"))
```

```