this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

updates

+15 -2
+15 -2
spacemacs
··· 30 30 dotspacemacs-configuration-layers 31 31 '( 32 32 osx 33 - javascript 33 + (javascript :variables 34 + javascript-backend 'lsp 35 + javascript-lsp-linter nil 36 + javascript-fmt-tool 'prettier 37 + javascript-fmt-on-save t 38 + js2-basic-offset 2 39 + js-indent-level 2 40 + javascript-repl `nodejs) 41 + (typescript :variables 42 + typescript-fmt-on-save t 43 + typescript-fmt-tool 'prettier 44 + typescript-linter 'eslint) 34 45 html 35 46 helm 36 47 syntax-checking ··· 57 68 python 58 69 yaml 59 70 shell-scripts 60 - ;; lsp 71 + lsp 61 72 (haskell :variables 62 73 haskell-completion-backend 'dante 63 74 haskell-enable-ghc-mod-support nil ··· 72 83 73 84 (elfeed :variables 74 85 rmh-elfeed-org-files (list "~/.local/share/spacemacs/private/elfeed-feedly.org")) 86 + (restclient :variables 87 + restclient-use-org t) 75 88 76 89 ;; all private layers 77 90 custom-lean