João Távora
João Távora
Hi @nicemaker . First, I'll state that I don't know how `use-package` works. But I think you're doing the equivalent of: ``` (require 'darkroom) (add-hook 'prog-mode 'darkroom-tentative-mode) ``` Or a...
I've reproduced the `linum-mode` bug, and will propose a fix to the emacs-devel mailing list soon. I believe the problem there lies in that library, not darkroom.el
I'm discussing a fix in https://lists.gnu.org/archive/html/emacs-devel/2015-11/msg01296.html
> except that the commit message invited me to wink :-) no problem. I took this from @leoliu a year or so ago, and have no clear idea of who...
> Who invited git to this party? You did by using it and calling ack somewhere a repo where you use it. > Apart from Dired troubles, I could be...
> I hope this clarifies it. More or less: I've never used vscode things, I just code to the spec. Do I _have_ to change my client because of vscode...
> you are participating in a discussion about eletric-pair-mode in emacs-devel which might be related to the issue Thanks. Indeed. It _might_ be related, but let's wait until this is...
> Edit: to clarify this is part of c-electric-paren Sooner or later we need a mode that doesn't bind custom commands for `(` and `)` and so on, or at...
That's right, you should submit an emacs bug report stating just that.
Hi @defaultxr I'd just put a `in-package` there, to be honest. If the manual _did_ have a point about backward/future compatibility to past ASDF versions which wasn't already broken in...