Fritz Grabo
Fritz Grabo
Support users who prefer to manually enable `evil-local-mode` on a per-buffer basis (vs. enabling Evil in all buffers via the global `evil-mode`). This should be a safe change because the...
Hi! I'm currently working on integrating css-js-booster into an existing website that uses .css files scattered throughout its directory tree. I'm assigning an array containing paths to the .css files...
Just a trivial fix in the `filter-files-exclude-default` regular expression: I escaped the dots where needed to make sure the regex doesn't accidentally match when it shouldn't. Before: ```shell (/\.cask/|-autoloads.el|.dir-locals) ```...