-
If I have an xlsx file with empty cells, they are not read. So if I have
```
A B C
1 foo bar
```
I expect to get ("foo" nil "bar") instead I get ("foo" "bar").…
-
The eldoc show documents in the minibuffer which is harmful to programmer's neck... :(
I want something like https://github.com/abo-abo/function-args
How could I hack eldoc to display documents righ…
-
Hi.
In `cider`, one can add wrap a form with `#break` and evaluate it in order to create a breakpoint.
The next time the form is run, cider steps in and displays its debugger interface (see [1]).
…
-
Hi abo-abo - when I activate lispy-mode and lpy together, most lpy functionality ceases to function. Is there a way you recommend to work with both modes in the same buffer?
Thanks!
-
Hi Oleh,
I'm not sure when, but at some point `lispy-shifttab` stopped working for me. Perssing `i` on something like
`;;* Locals: outline`
does work as expected. Pressing `I` seems to rec…
ardpp updated
4 years ago
-
Updated some packages and restarted scimax and suddenly got this error.
```
Error (use-package): lispy/:catch: Keyword argument :init-fn not one of (:initial-input :height :occur :update-fn :unwin…
-
I evaluate
(ivy-read "Enter key: "
'(("Key 1" . "Data 1") ("Key 2" . "Data 2"))
:action (lambda (x) (message "Got %s" (cdr x))))
and mark all candidates with`C-o mm…
-
**Describe the issue**
Error loading journal when Emacs starts
Debugger entered--Lisp error: (doom-module-error "modules/lang/org/contrib/journal.el" (end-of-file "/home/chenxianbin/.emacs.d/mod…
-
**What did you expect to happen?**
Emacs starting normally
**What actually happened?**
Emacs crashed with end of file error
**Additional details:**
```
Debugger entered--Lisp error: (do…
-
`lispyville-change` when used with `w` will delete any spaces after the atom being changed. Worse, it will delete `'` on a following list. For example:
```lisp
;; initially (| is point)
(my-|word…