aboutsummaryrefslogtreecommitdiff
path: root/home/.emacs.d
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-07-07 18:51:46 -0700
committerJakob Odersky <jakob@odersky.com>2016-07-07 18:51:46 -0700
commit333cc1aea17225c7ea435503280652938d680664 (patch)
tree227b3cdfccd9a5a877a28b166fc9dd15088480f7 /home/.emacs.d
parent4884b4bf6cae72a4de40539e369733a2eb90e697 (diff)
downloaddotfiles-333cc1aea17225c7ea435503280652938d680664.tar.gz
dotfiles-333cc1aea17225c7ea435503280652938d680664.tar.bz2
dotfiles-333cc1aea17225c7ea435503280652938d680664.zip
Acknowledge ensime beta
Diffstat (limited to 'home/.emacs.d')
-rw-r--r--home/.emacs.d/config/lang.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.emacs.d/config/lang.el b/home/.emacs.d/config/lang.el
index a396c46..8feff7c 100644
--- a/home/.emacs.d/config/lang.el
+++ b/home/.emacs.d/config/lang.el
@@ -47,6 +47,7 @@
:init
(setq ensime-default-buffer-prefix "ENSIME-")
:config
+ (setq ensime-startup-snapshot-notification nil)
(set-face-attribute 'ensime-implicit-highlight nil
:underline nil))