-
Should be very simple, like https://github.com/emacs-mirror/emacs/blob/c6f2add964ce1ac69ba6705bc869ee2f447da3cb/lisp/eshell/esh-opt.el
hab25 updated
9 months ago
-
I tried steps from Setting up Emacs on Mac
Here is how my font.el looking https://gist.github.com/anildigital/def438e9ee400eb5b9b1865ab7c01484
I am able to see Fira Code applied. Thanks for that…
-
### I confirm that...
- [X] I have searched the [issue tracker](https://github.com/doomemacs/doomemacs/issues), [documentation](https://docs.doomemacs.org), [FAQ](https://docs.doomemacs.org/-/faq),…
-
Expected behaviour (`st` terminal with Gruvbox colours):
![изображение](https://github.com/akermu/emacs-libvterm/assets/94849097/bef0a3c7-c7d0-438c-9484-31e61ab7b7e2)
Actual behaviour (`vterm` wi…
-
On a `magit-status` window:
What happens with `eshell`:
- SPC-o-e to toggle `eshell` pop-up window at the bottom of the frame
- SPC-w-j to focus on `eshell` pop-up window
- C-x-3 to `split-windo…
ylorn updated
2 years ago
-
This looks like a cool package, but I don't know how to try it out.
To be clear: I can install the package (either via package-install or `use-package`), but `j` isn't available in eshell. I've not…
-
```
Running 4 tests (2018-01-02 21:37:31-0600)
passed 1/4 em-ls-test-bug27631
passed 2/4 em-ls-test-bug27817
passed 3/4 em-ls-test-bug27843
Test em-ls-test-bug27844 backtrace:
s…
-
## Expected behavior
npm commands execute correctly
## Actual behavior
```bash
npm start
zsh:1: command not found: npm
```
## Steps to reproduce the problem
Configure your default shel…
-
EmacsPortable.App seems to be littering random ~h directories when starting eshell.
-
1. doom-emacs的新窗口貌似都统一设定成下部1/4高度的了,这样用aweshell-new开启新的shell窗口也是这么大,为此我写了个调用函数来解决:
```
(require 'aweshell)
(defun cnsunyour/call-aweshell-new ()
(interactive)
(progn
(aweshell-new)
…