this repo has no description
0
fork

Configure Feed

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

update

+23 -7
+23 -7
spacemacs
··· 76 76 ;; haskell-process-type 'cabal-new-repl) 77 77 78 78 (haskell :variables 79 - haskell-process-type 'cabal-new-repl 80 79 haskell-completion-backend 'lsp 81 80 ) 82 81 ··· 108 107 ;; '(your-package :location "~/path/to/your-package/") 109 108 ;; Also include the dependencies as they will not be resolved automatically. 110 109 dotspacemacs-additional-packages 111 - '( 112 - ;; nix-sandbox 113 - ;; (lsp-haskell :location (recipe :fetcher github :repo "emacs-lsp/lsp-haskell")) 114 - ) 110 + '() 115 111 ;; A list of packages that cannot be updated. 116 112 dotspacemacs-frozen-packages 117 113 '() ··· 126 122 ;; installs *all* packages supported by Spacemacs and never uninstalls them. 127 123 ;; (default is `used-only') 128 124 dotspacemacs-install-packages 129 - 'used-only)) 125 + 'used-but-keep-unused)) 130 126 131 127 (defun dotspacemacs/init () 132 128 "Initialization: ··· 575 571 ;; '(haskell-hoogle-command "nil") 576 572 ;; '(haskell-process-suggest-hoogle-imports nil) 577 573 ;; '(haskell-stylish-on-save t) 578 - ;; '(flycheck-haskell-runghc-command (quote ("nix-shell" "--command" "\"runghc -i\""))) 574 + '(flycheck-haskell-runghc-command (quote ("nix-shell" "--command" "\"runghc -i\""))) 575 + '(haskell-hoogle-url "http://localhost:8080/?hoogle=%s") 576 + 577 + '(lsp-haskell-process-args-hie '()) 578 + '(lsp-haskell-process-path-hie "ghcide") 579 + 580 + '(lsp-haskell-process-wrapper-function 581 + (lambda 582 + (argv) 583 + (append 584 + (append 585 + (list "nix-shell" "-I" "." "--command") 586 + (list 587 + (mapconcat 588 + (quote identity) 589 + argv " "))) 590 + (list 591 + (concat 592 + (lsp-haskell--get-root) 593 + "shell.nix"))))) 594 + 579 595 '(package-selected-packages 580 596 (quote 581 597 (direnv reveal-in-osx-finder osx-trash osx-dictionary osx-clipboard launchctl treemacs-projectile treemacs-evil treemacs org-download org-brain nix-mode hlint-refactor eyebrowse evil-visual-mark-mode evil-nerd-commenter evil-magit eval-sexp-fu editorconfig doom-modeline eldoc-eval define-word dante cython-mode aggressive-indent ace-link anaconda-mode ivy smartparens goto-chg company window-purpose imenu-list helm helm-core flycheck avy projectile magit f simple-httpd powerline visual-fill-column yasnippet-snippets yapfify yaml-mode xterm-color ws-butler writeroom-mode winum which-key web-mode web-beautify volatile-highlights vi-tilde-fringe uuidgen use-package unfill toc-org tagedit symon super-save string-inflection spaceline-all-the-icons smeargle slim-mode shrink-path shell-pop scss-mode sass-mode restart-emacs rainbow-delimiters pyvenv pytest pyenv-mode py-isort pug-mode prettier-js popwin pippel pipenv pip-requirements pfuture persp-mode pcre2el password-generator paradox pandoc-mode ox-pandoc overseer orgit org-projectile org-present org-pomodoro org-mime org-bullets open-junk-file nameless mwim multi-term move-text mmm-mode material-theme markdown-toc magit-svn magit-gitflow macrostep lorem-ipsum livid-mode live-py-mode link-hint lcr json-navigator json-mode js2-refactor js-doc insert-shebang indent-guide importmagic impatient-mode hungry-delete hl-todo hindent highlight-parentheses highlight-numbers highlight-indentation highlight helm-xref helm-themes helm-swoop helm-pydoc helm-purpose helm-projectile helm-org-rifle helm-mode-manager helm-make helm-lean helm-hoogle helm-gitignore helm-git-grep helm-flx helm-descbinds helm-css-scss helm-company helm-c-yasnippet helm-ag haskell-snippets haskell-mode google-translate golden-ratio gnuplot gitignore-templates gitconfig-mode gitattributes-mode git-timemachine git-messenger git-link git-commit gh-md fuzzy font-lock+ flyspell-correct-helm flycheck-bashate flx-ido fish-mode fill-column-indicator fancy-battery expand-region evil-visualstar evil-unimpaired evil-tutor evil-surround evil-org evil-numbers evil-matchit evil-lisp-state evil-lion evil-indent-plus evil-iedit-state evil-goggles evil-exchange evil-escape evil-ediff evil-cleverparens evil-args evil-anzu eshell-z eshell-prompt-extras esh-help emmet-mode elisp-slime-nav dumb-jump dotenv-mode diminish counsel-projectile company-web company-tern company-statistics company-shell company-lean company-cabal company-auctex company-anaconda column-enforce-mode color-theme-sanityinc-solarized cmm-mode clean-aindent-mode centered-cursor-mode auto-yasnippet auto-highlight-symbol auto-dictionary auto-compile ace-window ace-jump-helm-line ac-ispell))))