Skip to content

Instantly share code, notes, and snippets.

@vitaly-pushkar
Created November 26, 2014 15:51
Show Gist options
  • Save vitaly-pushkar/1d96f9e2199e2f63d294 to your computer and use it in GitHub Desktop.
Save vitaly-pushkar/1d96f9e2199e2f63d294 to your computer and use it in GitHub Desktop.
(defvar clojure-packages
'(
clojure-mode
cider
))
(defun clojure/init-cider ()
(use-package cider
:init
:mode ("\\.clj\\'" "\\.cljs\\'" . clojure-mode)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment