-
Is there a reason for not using `mapc` for `-reduce` implementation (and for several other functions) given the performance benefits?
```
(defun my-reduce-from (fn initial-value list)
(let ((r…
-
I am attempting to write a theme switcher that lists all the available themes and whichever theme is currently highlighted will be applied, so that themes can easily be previewed.
Right now I am us…
-
I think it might be a good idea to add Embark to GNU ELPA at some point, so I'm opening the issue to see where we stand on FSF copyright assignment. These are the contributors to Embark that would nee…
-
Vscode seams to have part of the same problem as emacs in regard to issues #73 and #74. However, vscode partly gets around this by using an already opened project as the project root when possible.
F…
-
Hi. Thanks for your work. Following closely, but find it challenging.
I'm trying to setup for org-cite with citeproc-org (my understanding is that it'd be possible to remove pandoc and org-ref all t…
-
My current emacs version is 27.2, OS is Ubuntu 20.04,Java version is 11.0.11.
I was following [the official guide of installing metals on emacs][1], did a little change from the course at the start…
-
I'd like to see `org-ref` support BibDesk. Currently `org-ref` can cite using a BibTeX file managed by BibDesk, but cannot open the linked PDFs.
BibDesk stores links to PDFs in a base64 encoded binar…
-
When I hit M-x, I get 91 commands from vterm, one for each keyboard action. Is there a reason why they are interactive? if not, I will be happy to submit a pr.
wailo updated
3 years ago
-
I'm using company with AUCTeX, and find that the LaTeX environment name can't be completed automatically, as shown below:
![image](https://user-images.githubusercontent.com/11155854/126937207-eb643…
-
From `:h :tcl`:
> :tc[l] {cmd} Execute Tcl command {cmd}. A simple check if `:tcl`
> is working: >
> :tcl puts "Hello"
> :[r…