-
To start a web search suggesting a thing at point initially, I've defined `counsel-web-suggest-thing-at-point` (analogously to `counsel-web-thing-at-point`):
```elisp
(use-package counsel-web
:…
-
There may well be several issues to solve. Here is the first point of failure:
`*load-pathname*` has been moved to the standard namespace. This is how Maxima is dealing with the changes in gcl. (In…
-
Node has special key for multiline string. `.editor`. The patch bellow will allow you to evaluate all or partial of this code for example
```javascript
[1, 2, 3]
.map((it) => it + 1)
.filter…
-
I keep having to reach for another library to parse these, and then convert them to local time `timestamp`s. I'd much rather just include the one library. Additionally, it's confusing that `parse-ti…
-
When I use isearch, the background of matches stays visible when it's on the current line, even though the current line has a background of its own (via hl-line-mode).
But when I use `highlight-symbo…
ghost updated
6 years ago
-
Hello everyone,
I am trying to mody the `org-journal-delete-old-carryover ` function so it will **not** delete entries that have a LOGBOOK drawer. It should be pretty straightforward, just adding …
-
Common Lisp has a documentation method.
Suppose that the strings of documentation are generated differently,
for example for different localizations.
In my opinion the best behavior of codex wou…
-
The idea is to edit descriptions at point.
Why is this useful?
- Less visual distraction when editing a description
- Consistent with org mode editing style
If you think about it plain te…
-
Hi!
I wanted to ask if it is also (easily?) possible to set other variables in Emacs
depending on the local environment with `envrc`. For example, when using
different versions of the `jdtls` lan…
-
### Use Case
We want to know when a systemd service has been restarted. So knowing unix timestamp of this "event" would be very usefull.
### Expected behavior
`[[inputs.systemd_units]]` should add …