about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2017-01-08T20·16-0500
committerWilliam Carroll <wpcarro@gmail.com>2017-01-08T20·16-0500
commita6cef66569be56408adfd40ba7442d6c05f1e150 (patch)
treea3a30a0722d24e0b3dcc47a4b38f8994168bc0e9 /configs
parent328d4b246bb16f89cadbb9eb4836a41a655fc0e4 (diff)
Removes dimming effect when Emacs window is unselected
Diffstat (limited to 'configs')
-rw-r--r--configs/.emacs11
1 files changed, 9 insertions, 2 deletions
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)))