From 01c9965e1d4d03e398ad832a49fc9a23002585e2 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 22 May 2017 11:33:24 -0400 Subject: Allows FZF to search hidden files (excluding .git) --- configs/.emacs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/.emacs') 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))) -- cgit 1.4.1