Yuriy Artemyev
Yuriy Artemyev
The first variant is better, because not a lot of people would write their own sorting function.
Confirm the problem, but `ignore` option works for me: ```lua require('windows').setup({ ignore = { buftype = { "quickfix", "temrinal" } }, }) ``` P.S.: No need to write everything you...
Very strange. I had this problem last night, but today it is gone. I'm on the Neovim nightly.
I'll take care of it as soon as I have it again. What setup do you use? What OS and terminal?
``` Debugger entered--Lisp error: (error "org-link is not a valid folding spec") error("%s is not a valid folding spec" org-link) org-fold-core-set-folding-spec-property(org-link :visible nil) org-mode() #(#(":PROPERTIES:\n:added: 3.0.0-pre\n:END:\n#+begin_src e..." 0 298 (pos...
No ``` Debugger entered--Lisp error: (error "org-link is not a valid folding spec") error("%s is not a valid folding spec" org-link) org-fold-core-set-folding-spec-property(org-link :visible nil) org-mode() #(#(":PROPERTIES:\n:added: 3.0.0-pre\n:END:\n#+begin_src e..." 0 298...
The problem is gone for me after some `doom upgrade` (I didn't notice which one)
I face the same problem, but one of the ways worked for me. When I set keybindins next way, the descriptions don't apply: ``` emacs-lisp (map! :map doom-leader-toggle-map (:when (and...
I managed to fix it enclosing `C-i` in angular brackets like this: ```emacs-lisp (map! :after info :map Info-mode-map :n "" #'Info-history-forward ```