about summary refs log tree commit diff
path: root/init/custom.el
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2018-10-12T17·12+0200
committerVincent Ambo <github@tazj.in>2019-02-10T20·43+0100
commit0f9136ab88c9f9b0ddbd093c0977704a8dff248b (patch)
tree8d6a05c2e9c8b7d50a797e930f4002dafd7accc3 /init/custom.el
parentdd2ba5aafcce30ba9b91a561705319d2b6410826 (diff)
feat(custom): Enable intero-global-mode
Diffstat (limited to 'init/custom.el')
-rw-r--r--init/custom.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init/custom.el b/init/custom.el
index c7500c4abe82..4c92f0d32fc4 100644
--- a/init/custom.el
+++ b/init/custom.el
@@ -18,6 +18,8 @@
  '(elnode-send-file-program "/run/current-system/sw/bin/cat")
  '(frame-brackground-mode (quote dark))
  '(global-auto-complete-mode t)
+ '(intero-debug nil)
+ '(intero-global-mode t nil (intero))
  '(intero-package-version "0.1.31")
  '(kubernetes-commands-display-buffer-function (quote display-buffer))
  '(magit-log-show-gpg-status t)
@@ -30,6 +32,7 @@
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
+ '(default ((t (:foreground "#e4e4ef" :background "#181818"))))
  '(rainbow-delimiters-depth-1-face ((t (:foreground "#2aa198"))))
  '(rainbow-delimiters-depth-2-face ((t (:foreground "#b58900"))))
  '(rainbow-delimiters-depth-3-face ((t (:foreground "#268bd2"))))