spacemacs

This commit is contained in:
Gabriel Ebner 2015-07-25 16:58:40 +02:00
parent 00bebea42c
commit 9e96b323a8
1 changed files with 23 additions and 1 deletions

View File

@ -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))