-
我使用一个包,叫做 rich-minority, 可以用它隐藏 mode line 上不关心的 mode 的显示。
例如:
```cl
(setq rm-blacklist (mapconcat 'identity '(
" ," ;; subward
…
zw963 updated
3 years ago
-
Thanks for the wonderful package by the way!
Every time I upgrade all packages using `M-x quelpa-upgrade-all`, it upgrades all packages to the latest possible version, regardless of whether I speci…
-
The "Projectile" menu (in `menu-bar-mode`) is always shown when `projectile-mode` is enabled.
Please consider adding an option to disable (hide) the menu.
-
Right now, `company` presents no completions on the `racket-repl`. Ideally, it should get both the default completions for `racket-mode`, and those from the file associate with the repl created with `…
-
Reproduce steps:
1. `web-mode`
2. Type `html:5`
3. Hit `TAB`, confirm the snippet is expanded
4. Hit `ESC` to return to normal state
5. Hit `u` (undo-tree-undo)
Expected:
Snippet is deleted.
Actual:…
louy2 updated
3 years ago
-
Smartparens are currently disabled by default. Specifically, the typing of a single `( } " ' ` does not result in auto-completion.
Despite updating Spacemacs + packages regularly, and adding `smar…
-
Hello,
This is merely a suggestion.
I am currently trying to migrate from vscode and friends to spacemacs and one of the things that I think is clearly lacking is a decent javascript layer.
I…
-
**What did you expect to happen?**
To call `M-x doom/upgrade` and upgrade successfully.
**What actually happened?**
I called `M-x doom/upgrade` and was presented with:
```
-*- mode: compila…
-
**What did you expect to happen?**
In a `doom` sandbox (with my modules below) I have the code
```
(after! tex
(add-hook! LaTeX-mode 'hl-todo-mode))
```
To enable `hl-todo-mode` in LaTeX. I th…
-
**What did you expect to happen?**
I'm using https://github.com/spotify/dockerfile-mode, and in my config I have:
```
dockfmt does a bad job: rips out comments, uses tabs
#+begin_src emacs-…