Azzam S.A
Azzam S.A
@2franix you mean by using distrobox or you don’t use the flatpak version anymore?
You mean "**I would like each calendar to appear with a different color.**"? Here is mine: ```elisp (defun my-calendar () (interactive) (cfw:open-calendar-buffer :contents-sources (list (cfw:org-create-source "#e0a899") ; orgmode source (cfw:cal-create-source...
This is my [calfw config](https://github.com/azzamsa/emacs.d/blob/5b019358ae78169a04fe581c449456246d767f53/modules/aza-calfw.el#L4) for now. my-sucess-cal, my-moment-cal, etc. are just the variable which value is a path to my org files e.g ``` elisp (defvar my-moment-cal "cal/moment-cal.org") (defvar...
Any update about this? This is the only missing feature that keep me using other app.
Anyone successfully produced the epub version. Would you like to share the output here?
I will disable the macOS test in my end too. So that it doesn't block my contributions.
> Since it wasn't mentioned already, it is totally possible to remap the offending actions to keys that are more difficult to hit by accident or remove the mapping altogether:...
I have tried something like this for hours on end. Magit, Dired, nothing works. I just added my custom local binding for them. Replacing the `evil-*` never worked for me...
This is my mine: ```elisp :init (+map-local! :keymaps 'magit-mode-map "l" '(magit-log-current :wk "Show log") ;; `evil-insert` can'b be invoked with `u` in `magit-status` buffer. ;; `M-x evil-insert` is uncompfortable to...
Related: - [Support for Opus codec inside WebM and Ogg file extension (#204) · Issues · World / amberol · GitLab](https://gitlab.gnome.org/World/amberol/-/issues/204)