-
I have a venv that I need to use with py4cl2-cffi. Up until now I have been firing up emacs/slime from a command line whose process has already done the `.env/bin/activate`.
That's fairly inconven…
-
Would be nice to fix this, since if the user uses any package that depends on this, they'll get a warning on startup.
-
**Background**
Org mode has 3 ways to mark the timestamp of an entry, it can be with keywords or with the timestamp alone. When it has "DEADLINE" the entry is supposed to be finished before that ti…
-
I'm not sure what caused it, but recently I can't find the Emacs manual in what I see in `M-x info`. I see I have config code that add's the application package's `Contents/Resources/info` subdirecto…
-
Is there still interest in getting this into ELPA or possibly core Emacs? [The first issue here](https://github.com/akermu/emacs-libvterm/issues/1) was about this very topic, but I'm not aware of any …
-
## Expected behavior
M-x projectile-replace or `C-c p r`, replace the function name in the git project.
## Actual behavior
It does nothing but put the message 'All files processed'.
## S…
kaiwk updated
10 months ago
-
Just got a message from Nils M Holm. He did few books about Scheme and pointed to:
http://t3x.org/s9fes/lib.html and http://t3x.org/s9fes/contrib.html
the code is from the book "Scheme 9 from Em…
-
Is there a way to automatically update feeds in the background with Elfeed (every hour, for example)?
My wishes:
* I'd like to replace Tiny Tiny RSS, which uses a systemd service to update its fee…
ghost updated
3 years ago
-
Takayuki Sato's [`inf-php`](https://github.com/taksatou/inf-php) package provides a useful way to run an interactive PHP session. It is a much better version of the existing `php-send-region` command…
-
If I press enter at the end of line1
````
(defn func
```
line1
```
[]
(print "ok"))
````
I want to get
````
(defn func
```
line1
|
```
[]
(print "ok"))
````
in…