diff options
author | Jesús <heckyel@hyperbola.info> | 2022-01-15 13:43:57 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-01-15 13:43:57 -0500 |
commit | 46552ee63da257edb74a9bf9cb96edf052fa1310 (patch) | |
tree | 1eaef93ab6f10e24a46f100041c5487f42a4524c /custom.el | |
parent | a066539b7f1d1bc762af3cf15d3772a4c1269ce4 (diff) | |
download | emacs-personal-46552ee63da257edb74a9bf9cb96edf052fa1310.tar.lz emacs-personal-46552ee63da257edb74a9bf9cb96edf052fa1310.tar.xz emacs-personal-46552ee63da257edb74a9bf9cb96edf052fa1310.zip |
Add linter support
Diffstat (limited to 'custom.el')
-rw-r--r-- | custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ '(anzu-replace-to-string-separator " => ") '(anzu-search-threshold 1000) '(package-selected-packages - '(dotenv-mode web-mode vue-mode company-php php-mode php-refactor-mode markdown-mode js2-refactor ivy-hydra hydra log4j-mode dashboard neotree highlight-indent-guides doom-modeline which-key doom-themes yaml-mode whitespace-cleanup-mode use-package undo-tree smartparens shrink-path sass-mode rjsx-mode rainbow-mode py-autopep8 projectile pkgbuild-mode pip-requirements nginx-mode lua-mode json-mode ivy-rich go-mode git-timemachine git-modes git-gutter-fringe flycheck eslintd-fix emmet-mode elpy editorconfig dokuwiki-mode dockerfile-mode diminish crystal-mode counsel company-quickhelp apache-mode anzu all-the-icons))) + '(tide dotenv-mode web-mode vue-mode company-php php-mode php-refactor-mode markdown-mode js2-refactor ivy-hydra hydra log4j-mode dashboard neotree highlight-indent-guides doom-modeline which-key doom-themes yaml-mode whitespace-cleanup-mode use-package undo-tree smartparens shrink-path sass-mode rjsx-mode rainbow-mode py-autopep8 projectile pkgbuild-mode pip-requirements nginx-mode lua-mode json-mode ivy-rich go-mode git-timemachine git-modes git-gutter-fringe flycheck eslintd-fix emmet-mode elpy editorconfig dokuwiki-mode dockerfile-mode diminish crystal-mode counsel company-quickhelp apache-mode anzu all-the-icons))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. |