​8dcc​

Results 28 comments of ​8dcc​

> EDIT: move `use-package general` _after_ `use-package evil`. Should work then. Indeed, that fixed it. For me, I had to add `:ater evil` to my `use-package` call. ```diff - (use-package...

Hope they add this, doesn't look very hard to do. In the meantime, here is a simple regex for removing it. ```vim :%s/CLOSED: \[\d{4}-\d{2}-\d{2} \w+ \d{2}:\d{2}\] //g ```

Does anyone know why some keys aren't recognized using this method? Specifically function keys (`F1` to `F12`). The trainer should be using the `GetAsyncKeyState` Windows API function.

That's what I get for using windows, understandable.

I definitely see some issues.

Guess it makes it more epic if you get an australium weapon. :)

I get the same issue on Arch. The problem seems to be that the `mentor-rtorrent-create-conf` function creates a configuration file using the following two paths: https://github.com/skangas/mentor/blob/ed42ae8333d801c841ecf80fb5e4957badb99b51/mentor.el#L526-L527 Normally in `~/.emacs.d/mentor/rtorrent.rc`. The...