diff --git a/.spacemacs.d/init.el b/.spacemacs.d/init.el index 502e3e7..4e257b1 100644 --- a/.spacemacs.d/init.el +++ b/.spacemacs.d/init.el @@ -12,5 +12,23 @@ (load-file "~/.spacemacs.d/spacemacs-user-init.el") (load-file "~/.spacemacs.d/spacemacs-user-config.el") - +(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. + '(ecb-auto-activate t) + '(ecb-auto-expand-tag-tree (quote all)) + '(ecb-auto-update-methods-after-save t) + '(ecb-major-modes-show-or-hide (quote ((typescript php web mardown)))) + '(ecb-methods-nodes-collapse-spec nil) + '(ecb-non-semantic-methods-initial-expand nil) + '(ecb-options-version "2.50") + '(ecb-show-only-positioned-tags t) + '(ecb-tag-visit-post-actions + (quote + ((default ecb-tag-visit-smart-tag-start ecb-tag-visit-highlight-tag-header ecb-tag-visit-recenter ecb-tag-visit-smart-tag-start) + (php-mode ecb-tag-visit-goto-doc-start)))) + '(ecb-tip-of-the-day nil) + '(ecb-tree-navigation-by-arrow nil)) diff --git a/.spacemacs.d/spacemacs-layers.el b/.spacemacs.d/spacemacs-layers.el index 67a7d86..bb6f679 100644 --- a/.spacemacs.d/spacemacs-layers.el +++ b/.spacemacs.d/spacemacs-layers.el @@ -76,9 +76,11 @@ values." ;; configuration in `dotspacemacs/user-config'. dotspacemacs-additional-packages '( all-the-icons + ecb editorconfig json-mode rjsx-mode + semantic ) ;; A list of packages that cannot be updated. dotspacemacs-frozen-packages '() diff --git a/layers/.gitkeep b/layers/.gitkeep deleted file mode 100644 index e69de29..0000000