doomemacs/modules
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
..
app Don't throw error if elfeed org file does not exist 2020-02-18 00:20:35 -05:00
checkers Bump to flycheck/flycheck@74377fa 2020-02-23 15:03:30 -05:00
completion Ensure company-backends are computed late in mode init 2020-02-25 20:03:58 -05:00
config Fix #2616: old keybind to defunct command 2020-02-26 17:43:54 -05:00
editor Fix file template :when logic to apply to modes 2020-02-26 10:45:14 -07:00
emacs Have browse-to-remote default to master in detached repos 2020-02-24 19:58:03 -05:00
email Remove redundant evil-set-initial-state 2020-02-09 18:44:41 -05:00
input Fix #2373: bring back package pinning 2020-01-25 19:02:00 -05:00
lang Adjust org-capture popup rule to exclude capture.org filename 2020-02-27 20:10:48 +01:00
term address feedback 2020-02-22 21:42:04 -05:00
tools Prevent magit trying to revert non-existent file buffers 2020-02-25 20:23:04 -05:00
ui Fix #2613: remove treemacs-persp 2020-02-27 00:49:47 -05:00