aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/init.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 39cdc45..e0370bd 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -338,7 +338,9 @@ To start off, first I need to enable lexical binding.
Hide dotfiles in =counsel-find-file=.
#+BEGIN_SRC emacs-lisp
- (setq counsel-find-file-ignore-regexp "\\`\\.")
+ (setq counsel-find-file-ignore-regexp
+ (rx (or (and bos ".")
+ (and ".zwc" eos))))
#+END_SRC
Enable Counsel.