-
The current implementation for deft--org-complete selects 'file' from `(deft-find-all-files-no-prefix) and concats "deft:" and with `(substring file 1)`, but file is already the file name, so it is r…
-
I'm using centaur-tabs and dirvish as a dired replacement, with dirvish-side. Right now I have the following config:
```emacs-lisp
(use-package centaur-tabs
:ensure t
:config
(set…
-
I was just playing around with a simple example and pretty consistently get this error with this particular setup.
I just tried:
```lisp
(defun example ()
""
(let ((thread (make-thread …
-
Some clauses in iter don't accept arbitrary clauses such as `before-do`.
For example, I would expect to be able to use `collect` within `initially-do`. But iter does not check in `before-do` (and I…
-
A function such as the following has no effect, while invoking `exwm-layout-toggle-fullscreen` manually using M-x does set the window to fullscreen (or ends fullscreen). Interestingly, `exwm-layout-se…
-
Hi guys,
Just started using inf-clojure and it's great as a simple tool.
I wrote a helper function for my personal use that I think may be useful to include in inf-clojure - let me know what you…
-
Currently, literal values are mutable. For example, in
```lisp
(defun f ()
(let ((v #(1)))
(incf (aref v 0))
v))
```
`f` will modify the literal vector, which is always the same obj…
-
Like others, I've encountered issues with inserted icons throwing off alignment of text because icons are occasionally wider than fixed width characters. You could argue that this is a bug in Emacs a…
-
Hey,
thanks for the awesome highlighter. I was wondering if it's somehow possible to not escape html tags. The two use cases I am thinking of are
```html
(defun test-syntax-highlighter ()
"D…
-
Hello!
I would need some support for sly, I could work on this and I wanted to ask if you would merge it.
It should actually be quite straitghtforward, I compiled the following table
of functions…