diff options
author | William Carroll <wpcarro@gmail.com> | 2017-05-22T15·33-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2017-05-22T15·33-0400 |
commit | 01c9965e1d4d03e398ad832a49fc9a23002585e2 (patch) | |
tree | fa0daed57ff6ec09ef698d1fced055ff7028bd9b /configs/.emacs | |
parent | 27e80a070ec6733a8b9f59bdbd444a383ecd265f (diff) |
Allows FZF to search hidden files (excluding .git)
Diffstat (limited to 'configs/.emacs')
-rw-r--r-- | configs/.emacs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/.emacs b/configs/.emacs index 54e4034f5e1f..aa09f5d5226a 100644 --- a/configs/.emacs +++ b/configs/.emacs @@ -617,5 +617,5 @@ ;; Add transparency -(set-frame-parameter (selected-frame) 'alpha '(90 . 100)) -(add-to-list 'default-frame-alist '(alpha . (90 . 100))) +(set-frame-parameter (selected-frame) 'alpha '(100 . 100)) +(add-to-list 'default-frame-alist '(alpha . (100 . 100))) |