Files
doomemacs/modules/lang
Dmitrii Gerasimov 20ae3c2c83 Adjust org-capture popup rule to exclude capture.org filename
I think it's pretty common for people (myself included) to name their capture file `capture.org` file, and currently this rule matches it, so if you open capture.org, your end up with it opened in a popup (I believe it wasn't intended?). My fix makes it so it matches only capture buffers (they've got name like `CAPTURE-filename.org`). I believe there shouldn't be any unanticipated consequences of the change?

As far as I understand, the problem is that in elisp, regexes are case insensitive by default, and the sensitivity is controlled by a [variable](http://ergoemacs.org/emacs/emacs_regex.html), so I struggle to see what's the proper way to control it (especially considering the window manipulation happens in `window.el`). If you know of a way to deal with this, happy to implement and update my pull request!
2020-02-27 20:10:48 +01:00
..
2020-02-23 16:55:01 -05:00
2020-02-11 17:47:49 -05:00
2020-02-20 16:55:19 -05:00
2020-02-25 20:03:14 -05:00
2020-01-31 16:18:16 -05:00
2020-02-07 16:23:31 -05:00
2020-01-25 19:02:00 -05:00
2020-02-10 10:14:42 +02:00
2020-02-09 14:55:44 -05:00
2020-01-25 19:02:00 -05:00
2020-01-25 19:02:00 -05:00
2020-01-25 19:02:00 -05:00
2020-01-25 19:02:00 -05:00
2020-01-25 19:02:00 -05:00
2020-02-10 02:39:26 -05:00
2020-01-29 23:59:45 +09:00
2020-02-19 19:03:46 -05:00