spacemacs/layers/+completion
Daniel Nicolai 2cdb535d04 Fix counsel find-file functions to use Spacemacs large file check
By default Ivy uses `find-file` which uses Emacs `abort-if-file-too-large`
function to check/warn before opening large files. That function however does
not take into account Spacemacs its `spacemacs-large-file-modes-list`. Instead
ivy should use `find-file-noselect` to skip Emacs it large file warning and let
it to Spacemacs its `spacemacs/check-large-file` function. Additionally [Emacs
tips on
comments](https://www.gnu.org/software/emacs/manual/html_node/elisp/Comment-Tips.html)
recommends to use 3 semicolons for comments that function as headings.
2020-10-15 23:08:05 +02:00
..
auto-completion update copyright to 2020 2020-09-23 21:25:01 +02:00
helm update copyright to 2020 2020-09-23 21:25:01 +02:00
ivy Fix counsel find-file functions to use Spacemacs large file check 2020-10-15 23:08:05 +02:00
templates update copyright to 2020 2020-09-23 21:25:01 +02:00