-
For example, in the middle of the word 'interactive' below and start hitting `C-SPC` repeatedly. Selection expands to the defun, then switches to rectangle selection.
(defun smart-region-off ()…
-
It'd be nice to have some sort of centering. Currently I use
```
(add-hook 'epresent-start-presentation-hook #'center-current-window)
```
with
https://gist.github.com/unhammer/103e8ad5823ea323d328
…
-
Deft is slow when handling a lot of notes (several others have reported the issue here). After profiling, it turns out the culprit is ```string-width```, at least on < 29.1 Emacs and Emacs 29.1 native…
xot updated
11 months ago
-
I'm trying to compose hydras based on which minor modes are active. For instance, I have this hydras for flycheck and eglot:
```elisp
(pretty-hydra-define my:flycheck-hydra ()
("Errors"
(("…
-
Hi,
I want to enhance my treemacs experience by adding the current project automatically to an appropriate workspace, that is
1. If it's already a project in a workspace: jump to that workspace …
ksqsf updated
2 years ago
-
On my machine only python3 is installed. I cannot debug by calling dap-debug.
`(defun dap-python--pyenv-executable-find (command) ...)` from `dap-python.el` fails to find my python3 executable.
I…
-
In this section, the book has the following code snipits
```lisp
(defun perform-escape-through-front-door ()
(format t ";; Escaping through the front door.~%")
(setf *mark-safe-p* t))
(de…
-
**How to reproduce**:
1. Have a source file where some function `A()` calls another function `B()` for example. I was working on a Python source file that had both `A()` and `B()` defined and invoked…
-
Now that #2346 is in, it makes little sense to keep the above functions as they are.
We had initially introduced them so that status would be refreshed on every `buffers` slot change.
```
(ex…
-
The Function definition is as follows:
```
(defun xah-fly-command-mode-init ()
"Set command mode keys.
Version: 2022-07-06"
(interactive)
(setq xah-fly-insert-state-p nil)
(xah-fly--upd…