spacemacs
This commit is contained in:
parent
00bebea42c
commit
9e96b323a8
24
spacemacs
24
spacemacs
@ -104,7 +104,7 @@ before layers configuration."
|
|||||||
;; auto-save the file in-place, `cache' to auto-save the file to another
|
;; 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.
|
;; file stored in the cache directory and `nil' to disable auto-saving.
|
||||||
;; Default value is `cache'.
|
;; 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
|
;; If non nil then `ido' replaces `helm' for some commands. For now only
|
||||||
;; `find-files' (SPC f f) is replaced.
|
;; `find-files' (SPC f f) is replaced.
|
||||||
dotspacemacs-use-ido nil
|
dotspacemacs-use-ido nil
|
||||||
@ -175,4 +175,26 @@ layers configuration."
|
|||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; 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))))
|
'(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))
|
||||||
|
Loading…
Reference in New Issue
Block a user