From a6cef66569be56408adfd40ba7442d6c05f1e150 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sun, 8 Jan 2017 15:16:31 -0500 Subject: Removes dimming effect when Emacs window is unselected --- configs/.emacs | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'configs') diff --git a/configs/.emacs b/configs/.emacs index 2bbcbb22a0f1..a5dae0c98e6b 100644 --- a/configs/.emacs +++ b/configs/.emacs @@ -96,6 +96,13 @@ (setq projectile-switch-project-action 'helm-projectile) +;; Elixir Mode +;; Add support for local function invocation highlighting +;; (font-lock-add-keywords 'elixir-mode +;; '(("[_a-z]+\\.\\(" . font-lock-variable-name-face))) + + + ;; Alchemist Settings (require 'alchemist) (setq alchemist-mix-env "prod") @@ -232,5 +239,5 @@ when in Vim's `insert` mode, favoring native Emacs bindings instead." (add-hook 'prog-mode-hook 'bootstrap-evil-mode) ;; Add transparency -(set-frame-parameter (selected-frame) 'alpha '(90 . 50)) -(add-to-list 'default-frame-alist '(alpha . (90 . 50))) +(set-frame-parameter (selected-frame) 'alpha '(90 . 90)) +(add-to-list 'default-frame-alist '(alpha . (90 . 90))) -- cgit 1.4.1