Stefan Huchler
Stefan Huchler
Soll ja verschluesselt sein, daher bietet sich irc nicht an, ausserdem ist die frage wie man das einbinden will, sie haben ja einen chat client der vermutlich nicht auf irc...
Maybe but it's no real dropin replacement it seems, it would be great when tools would stop having steam as dependency :)
I don't think Openhmd has a steam dependency. My issue is more on the application side I mean I even wrote it with the tools all the tools and games...
well just tested monado on my arch machine with my vr reverb g1, got hello_xr more or less show me the cubes even they were not on the same position...
```elisp (defun paredit-define-keys () (paredit-do-commands (spec keys fn examples) nil ; string case (dolist (key keys) (define-key paredit-mode-map (read-kbd-macro key) fn)))) ``` thats the code in paredit where the keys...
I just wonder how that happens suddenly, I mean I thought paredit is a very old package that is included in emacs itself, so it should not be a fast...
Workaround ```elisp (add-hook 'paredit-mode-hook (lambda () (define-key paredit-mode-map ";" nil))) ```
hmm I wander what should I then use instead of doc-view ido-mode or what?...
do you know what ido is? It's a minibuffer completion framework basically, so it's no real major-mode it's active in minibuffer. There are hooks to it like ido-setup-hook or ido-minibuffer-setup-hook....
Well just looked at the code and not created a new sparsemap as child map like in that solution but took the 'ido and ido-common-complition-map and it works: ``` (with-eval-after-load...