This is a subtle difference in the way Swiper deals with the home directory. The home directory seems to be accessible with pressing ~, so C-x C-f ~.emacs would open the .emacs file in the home directory. This behavior is incompatible with the default emacs find-file behavior of using ~/ for home directory. This leads to unfamiliar behavior, such as pressing C-x C-f ~/.emacs when in home directory and finding that you have reached file /.emacs
This is a subtle difference in the way Swiper deals with the home directory. The home directory seems to be accessible with pressing
~, soC-x C-f ~.emacswould open the .emacs file in the home directory. This behavior is incompatible with the default emacsfind-filebehavior of using~/for home directory. This leads to unfamiliar behavior, such as pressingC-x C-f ~/.emacswhen in home directory and finding that you have reached file/.emacs