diff --git a/spacemacs b/spacemacs index 81b9d4b..73748de 100644 --- a/spacemacs +++ b/spacemacs @@ -104,7 +104,7 @@ before layers configuration." ;; auto-save the file in-place, `cache' to auto-save the file to another ;; file stored in the cache directory and `nil' to disable auto-saving. ;; Default value is `cache'. - dotspacemacs-auto-save-file-location 'cache + dotspacemacs-auto-save-file-location 'original ;; If non nil then `ido' replaces `helm' for some commands. For now only ;; `find-files' (SPC f f) is replaced. dotspacemacs-use-ido nil @@ -175,4 +175,26 @@ layers configuration." ;; 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. + '(company-tooltip-common ((t (:inherit company-tooltip :weight bold :underline nil)))) + '(company-tooltip-common-selection ((t (:inherit company-tooltip-selection :weight bold :underline nil)))) '(ensime-implicit-highlight ((nil nil)))) +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; 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. + '(ahs-case-fold-search nil) + '(ahs-default-range (quote ahs-range-whole-buffer)) + '(ahs-idle-interval 0.25) + '(ahs-idle-timer 0 t) + '(ahs-inhibit-face-list nil) + '(preview-default-preamble + (quote + ("\\RequirePackage[" + ("," . preview-default-option-list) + "]{preview}[2004/11/05]" "\\PreviewEnvironment{prooftree}"))) + '(preview-scale-function 1.2) + '(ring-bell-function (quote ignore) t) + '(scala-indent:align-forms t) + '(scala-indent:align-parameters t) + '(scala-indent:default-run-on-strategy scala-indent:operator-strategy))