chore: minor tidying

This commit is contained in:
2022-07-15 23:40:01 +01:00
parent 05ad42d77e
commit 32a704a9e4
3 changed files with 8 additions and 14 deletions

View File

@@ -45,16 +45,15 @@
(add-hook 'hack-local-variables-hook
'siren-markdown-mode-setup-prettier nil t)
(setq-local markdown-asymmetric-header t
whitespace-action nil)
(setq-local markdown-asymmetric-header t)
(siren-display-fill-column)
(siren-display-line-numbers)
(auto-fill-mode)
(prettier-js-mode)
(flyspell-mode)
(smartparens-mode +1)
(subword-mode))
(siren-display-fill-column t)
(siren-display-line-numbers t)
(auto-fill-mode t)
(prettier-js-mode t)
(flyspell-mode t)
(smartparens-mode t)
(subword-mode t))
(defun siren-markdown-mode-setup-prettier ()
(setq-local prettier-js-args `("--parser" "markdown"

View File

@@ -62,21 +62,17 @@
'file-node-closed #'treemacs-visit-node-in-most-recently-used-window))
(use-package treemacs-all-the-icons
:defer t
:after (treemacs))
(use-package treemacs-projectile
:defer t
:after (treemacs projectile)
:custom
(treemacs-header-function #'treemacs-projectile-create-header))
(use-package treemacs-magit
:defer t
:after (treemacs magit))
(use-package lsp-treemacs
:defer t
:after (treemacs lsp-mode)
:custom

View File

@@ -24,7 +24,6 @@
(doom-vibrant-brighter-comments nil)
(doom-vibrant-brighter-modeline nil)
(doom-vibrant-comment-bg nil)
(doom-vibrant-padded-modeline nil)
(nlinum-highlight-current-line t)