diff options
author | Jesús <heckyel@hyperbola.info> | 2022-01-15 16:41:20 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-01-15 16:41:20 -0500 |
commit | 19707ef86d321517e069f214b85ef6f478c1bb43 (patch) | |
tree | 4a4b10769a280808ad1c71d5b9bd0d83acfaa343 /custom.el | |
parent | 9c7add3600246ada5b4cbf2524b2b39568492858 (diff) | |
download | emacs-personal-19707ef86d321517e069f214b85ef6f478c1bb43.tar.lz emacs-personal-19707ef86d321517e069f214b85ef6f478c1bb43.tar.xz emacs-personal-19707ef86d321517e069f214b85ef6f478c1bb43.zip |
improve javascript mode
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 - '(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))) + '(git-gutter-fringe yaml-mode whitespace-cleanup-mode which-key web-mode vue-mode use-package undo-tree tide smartparens sass-mode rainbow-mode py-autopep8 projectile pkgbuild-mode pip-requirements php-refactor-mode nginx-mode neotree lua-mode lsp-ui log4j-mode json-mode js2-refactor ivy-rich ivy-hydra highlight-indent-guides go-mode git-timemachine git-modes eslintd-fix emmet-mode elpy editorconfig dotenv-mode doom-themes doom-modeline dokuwiki-mode dockerfile-mode diminish dashboard dap-mode crystal-mode counsel company-quickhelp company-php apache-mode anzu))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. |