-
The new citation capability of org-mode is coming soon. That development will make at least the cite capability of org-ref obsolete. I am starting to think about what that means for org-ref, and what…
-
Expected behavior:
By enabling `global-visual-line-mode` from .spacemacs file I expect to see lines without "long line marks" and to jump lines with `j` and `k` as if long lines are real lines. In oth…
-
We currently have pre-action hooks that mark the region for two commands often bound to `DEL`: `backward-delete-char` and `backward-delete-char-untabify`. Unfortunately that's only the tip of the iceb…
-
**Describe the solution you'd like**
It should be possible to provide a custom formatting configuration for cider-nrepl/cljfmt.
The cljfmt configuration format is described here:
https://github…
-
Hi,
Love how the splash screen works on Nano Emacs, was thrilled to find a similar stand alone version on your GitHub. I'm able to call the splash buffer into existence, but not able to get it to a…
-
I tried to use `(add-hook 'org-mode-hook #'org-transclusion-mode)` to enable `org-transclusion-mode` on all Org buffers.
But it caused obviously delay on saving buffers.
Is it possible to optimize i…
-
When I `org-mime-htmlize` the html part has sections numbered and a toc even thought I have set org-mime-export-options.
(setq org-mime-export-options '(:section-numbers nil
…
-
**Is your feature request related to a problem? Please describe.**
`doom-modeline-icon` only supports the 5 default font-families (icon-sets) that come with all-the-icons. This means user defined ext…
-
``` nix
with (import {
overlays = [ (import (builtins.fetchTarball {
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
})) ]; });
(emacsPackagesGen emacsGcc).…
-
#### Description :octocat:
`intero` doesn't to work as expected in the Haskell layer
#### Reproduction guide :beetle:
- Configure Haskell layer to use `intero` as `completion-back-end`
- Start…