Marc Zonzon
Marc Zonzon
I could not achieve custom string replacement as shown in the [custom string replacement section](https://github.com/justbur/emacs-which-key#custom-string-replacement-options) Consider the following keymap: (defvar testmap (make-sparse-keymap)) (define-key testmap [?a] '(lambda () (interactive) (prin1 "key...
If I put in my init file: (custom-set-variables '(yankpad-descriptive-list-treatment 'abbrev)) (require 'yankpad) Yankpad load without error. When I want to set it with use-package: (use-package yankpad :ensure t :custom (yankpad-descriptive-list-treatment...
The first lines of the comment header of dash-docs.el., is a paste of the one of helm-dash.el. So it gives as url `http://github.com/areina/helm-dash` instead of `https://github.com/dash-docs-el/dash-docs`. And the wrong url...
I don't do a pull request for that, but you can use (with your Scratch use, that is no more necessary) {{ $.Scratch.Set "wp_title" (replace (.Get 0) "_" " ")...
I tried to compile juicefs 1.1.2 on arm32 platforms; I tried on two systems: - first an an armv5tel processor and go1.21.5 and gcc 10.2.1, - second with an armvh...
Since resurrect dd36a4561 it can use `XDG_DATA_HOME`, but [save_dir.md](https://github.com/tmux-plugins/tmux-resurrect/blob/master/docs/save_dir.md) gives only the legacy `~/.tmux/resurrect` directory. I had to browse the source to find my `resurrect_dir` repository. Also [restoring_previously_saved_environment.md](https://github.com/tmux-plugins/tmux-resurrect/blob/master/docs/restoring_previously_saved_environment.md) uses only...
The Readme state: > By default on debian system you need to be root to mount a fuse filesystem. It is not the case as say the [SystemGroups Page](https://wiki.debian.org/SystemGroups) >...
When we comment with org-remark an org mode buffer, if we have used an ID in the section or a parent, if we use `org-remark-use-org-id` it is linked from the...