|
@@ -40,15 +40,30 @@ values."
|
40
|
40
|
;; auto-completion
|
41
|
41
|
;; better-defaults
|
42
|
42
|
emacs-lisp
|
43
|
|
- ;; git
|
44
|
|
- ;; markdown
|
|
43
|
+ git
|
|
44
|
+ markdown
|
45
|
45
|
;; org
|
46
|
|
- ;; (shell :variables
|
47
|
|
- ;; shell-default-height 30
|
48
|
|
- ;; shell-default-position 'bottom)
|
|
46
|
+ (shell :variables
|
|
47
|
+ shell-default-height 30
|
|
48
|
+ shell-default-position 'bottom)
|
49
|
49
|
;; spell-checking
|
50
|
50
|
;; syntax-checking
|
51
|
51
|
;; version-control
|
|
52
|
+ ansible
|
|
53
|
+ django
|
|
54
|
+ docker
|
|
55
|
+ ess
|
|
56
|
+ go
|
|
57
|
+ html
|
|
58
|
+ javascript
|
|
59
|
+ latex
|
|
60
|
+ nginx
|
|
61
|
+ python
|
|
62
|
+ rust
|
|
63
|
+ sql
|
|
64
|
+ systemd
|
|
65
|
+ typescript
|
|
66
|
+ yaml
|
52
|
67
|
)
|
53
|
68
|
;; List of additional packages that will be installed without being
|
54
|
69
|
;; wrapped in a layer. If you need some configuration for these
|
|
@@ -321,7 +336,7 @@ you should place your code here."
|
321
|
336
|
;; If there is more than one, they won't work right.
|
322
|
337
|
'(package-selected-packages
|
323
|
338
|
(quote
|
324
|
|
- (ws-butler winum which-key wgrep volatile-highlights vi-tilde-fringe uuidgen use-package toc-org spaceline powerline smex 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 ivy-hydra indent-guide hydra hungry-delete hl-todo highlight-parentheses highlight-numbers parent-mode highlight-indentation helm-make helm helm-core 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 popup f dash s diminish define-word counsel-projectile projectile pkg-info epl counsel swiper ivy column-enforce-mode clean-aindent-mode bind-map bind-key auto-highlight-symbol auto-compile packed async aggressive-indent adaptive-wrap ace-window ace-link avy))))
|
|
339
|
+ (yapfify yaml-mode xterm-color web-mode web-beautify toml-mode tide typescript-mode flycheck tagedit systemd sql-indent smeargle slim-mode shell-pop scss-mode sass-mode racer pos-tip pyvenv pytest pyenv-mode py-isort pug-mode pony-mode pip-requirements orgit nginx-mode multi-term mmm-mode markdown-toc markdown-mode magit-gitflow livid-mode skewer-mode simple-httpd live-py-mode less-css-mode js2-refactor yasnippet multiple-cursors js2-mode js-doc jinja2-mode hy-mode dash-functional haml-mode go-guru go-eldoc go-mode gitignore-mode gitconfig-mode gitattributes-mode git-timemachine git-messenger git-link gh-md evil-magit magit git-commit ghub let-alist with-editor ess-smart-equals ess-R-data-view ctable ess julia-mode eshell-z eshell-prompt-extras esh-help emmet-mode dockerfile-mode docker json-mode tablist magit-popup docker-tramp json-snatcher json-reformat cython-mode coffee-mode cargo rust-mode auctex-latexmk auctex ansible-doc ansible anaconda-mode pythonic ws-butler winum which-key wgrep volatile-highlights vi-tilde-fringe uuidgen use-package toc-org spaceline powerline smex 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 ivy-hydra indent-guide hydra hungry-delete hl-todo highlight-parentheses highlight-numbers parent-mode highlight-indentation helm-make helm helm-core 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 popup f dash s diminish define-word counsel-projectile projectile pkg-info epl counsel swiper ivy column-enforce-mode clean-aindent-mode bind-map bind-key auto-highlight-symbol auto-compile packed async aggressive-indent adaptive-wrap ace-window ace-link avy))))
|
325
|
340
|
(custom-set-faces
|
326
|
341
|
;; custom-set-faces was added by Custom.
|
327
|
342
|
;; If you edit it by hand, you could mess it up, so be careful.
|