From 0f9136ab88c9f9b0ddbd093c0977704a8dff248b Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 12 Oct 2018 19:12:13 +0200 Subject: feat(custom): Enable intero-global-mode --- init/custom.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init/custom.el') 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")))) -- cgit 1.4.1