Skip to content

Instantly share code, notes, and snippets.

@niquola
Last active January 12, 2018 13:59
Show Gist options
  • Select an option

  • Save niquola/665a8bf93a72f7d871a1 to your computer and use it in GitHub Desktop.

Select an option

Save niquola/665a8bf93a72f7d871a1 to your computer and use it in GitHub Desktop.

clojure - https://github.com/syl20bnr/spacemacs/tree/master/contrib/!lang/clojure

(setq-default dotspacemacs-configuration-layers '(clojure))
(setq-default dotspacemacs-configuration-layers
'((clojure :variables clojure-enable-fancify-symbols t)))


~/.lein/profiles.clj
```clj
{:user {:plugins [[cider/cider-nrepl "0.9.0-SNAPSHOT"]
                  [refactor-nrepl "0.3.0-SNAPSHOT"]]
        :dependencies [[alembic "0.3.2"]
                       [org.clojure/tools.nrepl "0.2.7"]]}}

https://github.com/syl20bnr/spacemacs/tree/master/contrib/!lang/javascript

npm install -g tern npm install -g js-beautify

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment