|
|
|
@ -31,6 +31,7 @@ values." |
|
|
|
;; List of configuration layers to load. |
|
|
|
dotspacemacs-configuration-layers |
|
|
|
'( |
|
|
|
python |
|
|
|
markdown |
|
|
|
;; ---------------------------------------------------------------- |
|
|
|
;; Example of useful layers you may want to use right away. |
|
|
|
@ -38,17 +39,16 @@ values." |
|
|
|
;; <M-m f e R> (Emacs style) to install them. |
|
|
|
;; ---------------------------------------------------------------- |
|
|
|
helm |
|
|
|
;; auto-completion |
|
|
|
auto-completion |
|
|
|
;; better-defaults |
|
|
|
emacs-lisp |
|
|
|
;; git |
|
|
|
;; markdown |
|
|
|
;; org |
|
|
|
;; (shell :variables |
|
|
|
;; shell-default-height 30 |
|
|
|
;; shell-default-position 'bottom) |
|
|
|
;; spell-checking |
|
|
|
;; syntax-checking |
|
|
|
spell-checking |
|
|
|
syntax-checking |
|
|
|
;; version-control |
|
|
|
) |
|
|
|
;; List of additional packages that will be installed without being |
|
|
|
@ -59,7 +59,7 @@ values." |
|
|
|
;; A list of packages that cannot be updated. |
|
|
|
dotspacemacs-frozen-packages '() |
|
|
|
;; A list of packages that will not be installed and loaded. |
|
|
|
dotspacemacs-excluded-packages '() |
|
|
|
dotspacemacs-excluded-packages '(exec-path-from-shell) |
|
|
|
;; Defines the behaviour of Spacemacs when installing packages. |
|
|
|
;; Possible values are `used-only', `used-but-keep-unused' and `all'. |
|
|
|
;; `used-only' installs only explicitly used packages and uninstall any |
|
|
|
@ -291,6 +291,7 @@ executes. |
|
|
|
This function is mostly useful for variables that need to be set |
|
|
|
before packages are loaded. If you are unsure, you should try in setting them in |
|
|
|
`dotspacemacs/user-config' first." |
|
|
|
(setq exec-path-from-shell-check-startup-files nil) |
|
|
|
) |
|
|
|
|
|
|
|
(defun dotspacemacs/user-config () |
|
|
|
@ -311,7 +312,7 @@ you should place your code here." |
|
|
|
;; If there is more than one, they won't work right. |
|
|
|
'(package-selected-packages |
|
|
|
(quote |
|
|
|
(mmm-mode markdown-toc markdown-mode gh-md ws-butler window-numbering which-key volatile-highlights vi-tilde-fringe uuidgen use-package toc-org spaceline powerline restart-emacs request rainbow-delimiters popwin persp-mode pcre2el paradox spinner org-plus-contrib org-bullets open-junk-file neotree move-text macrostep lorem-ipsum linum-relative link-hint info+ indent-guide ido-vertical-mode hydra hungry-delete hl-todo highlight-parentheses highlight-numbers parent-mode highlight-indentation hide-comnt help-fns+ helm-themes helm-swoop helm-projectile helm-mode-manager helm-make projectile pkg-info epl helm-flx helm-descbinds helm-ag google-translate golden-ratio flx-ido flx fill-column-indicator fancy-battery eyebrowse expand-region exec-path-from-shell evil-visualstar evil-visual-mark-mode evil-unimpaired evil-tutor evil-surround evil-search-highlight-persist evil-numbers evil-nerd-commenter evil-mc evil-matchit evil-lisp-state smartparens evil-indent-plus evil-iedit-state iedit evil-exchange evil-escape evil-ediff evil-args evil-anzu anzu evil goto-chg undo-tree eval-sexp-fu highlight elisp-slime-nav dumb-jump f s diminish define-word column-enforce-mode clean-aindent-mode bind-map bind-key auto-highlight-symbol auto-compile packed dash aggressive-indent adaptive-wrap ace-window ace-link ace-jump-helm-line helm avy helm-core popup async quelpa package-build spacemacs-theme)))) |
|
|
|
(helm-company helm-c-yasnippet flyspell-correct-helm flyspell-correct flycheck-pos-tip pos-tip flycheck company-statistics company-anaconda company auto-yasnippet yasnippet auto-dictionary ac-ispell auto-complete flycheck-pyflakes yapfify pyvenv pytest pyenv-mode py-isort pip-requirements live-py-mode hy-mode helm-pydoc cython-mode anaconda-mode pythonic mmm-mode markdown-toc markdown-mode gh-md ws-butler window-numbering which-key volatile-highlights vi-tilde-fringe uuidgen use-package toc-org spaceline powerline restart-emacs request rainbow-delimiters popwin persp-mode pcre2el paradox spinner org-plus-contrib org-bullets open-junk-file neotree move-text macrostep lorem-ipsum linum-relative link-hint info+ indent-guide ido-vertical-mode hydra hungry-delete hl-todo highlight-parentheses highlight-numbers parent-mode highlight-indentation hide-comnt help-fns+ helm-themes helm-swoop helm-projectile helm-mode-manager helm-make projectile pkg-info epl helm-flx helm-descbinds helm-ag google-translate golden-ratio flx-ido flx fill-column-indicator fancy-battery eyebrowse expand-region evil-visualstar evil-visual-mark-mode evil-unimpaired evil-tutor evil-surround evil-search-highlight-persist evil-numbers evil-nerd-commenter evil-mc evil-matchit evil-lisp-state smartparens evil-indent-plus evil-iedit-state iedit evil-exchange evil-escape evil-ediff evil-args evil-anzu anzu evil goto-chg undo-tree eval-sexp-fu highlight elisp-slime-nav dumb-jump f s diminish define-word column-enforce-mode clean-aindent-mode bind-map bind-key auto-highlight-symbol auto-compile packed dash aggressive-indent adaptive-wrap ace-window ace-link ace-jump-helm-line helm avy helm-core popup async quelpa package-build spacemacs-theme)))) |
|
|
|
(custom-set-faces |
|
|
|
;; custom-set-faces was added by Custom. |
|
|
|
;; If you edit it by hand, you could mess it up, so be careful. |
|
|
|
|