ABEBLCKQLYFBPFWHL3NPE2FW4G5LTP2DT3S3WE45AZWTYFXAOSOAC
LLYVKGN7DJCTBROIXC2RIEKXPEPN2J63F3FPXZRHOXKKXJEAT72AC
RXCY7LD6ZRIOIKZEYKLMCYPMQPXF4DOEEFBDLVR2B22BXLZJFFBQC
A3TVGLVHSVLMEHLHB3TPBSD3QGNVGX3DIK6BEBDTTHWBNW4ALMRAC
O3777TK2IVZ6LQATEWWIICGJY3GXO4MOUHZ73ENZFSY3VW4Q2DQAC
45GTY6PXBX353YADAZD5B4MRVCT7FO4PYEXUHJFUF3BLPSTWQBTQC
VVLGOC2NYNBINOTTPFUI46A5O4LXBHBROAYUPK7URDLMQHLEQL5AC
GWEZ4L4PS2QZPKRIPDLIEGVEFZ6QSN6SRPN445YGY4EFBS2LICFAC
NFFSOAPSTHSEL3ZQ6LCH4HKW54HUGTG67CW4HOSV6MH4FHP235BAC
ABDQA6HCTOUQXY5IDGDTCDBR5DA2WAHUWHBS5EIRYNUJNQCM6GOQC
IOVPOFAVXEQIZ7BCFVVAWFW3RYFXPK2GOILDWA6N6QHQHLAJ4XTAC
(define-key cider-mode-map (kbd "C-, w \"") 'sp-wrap-doublequote))
(comment (define-key cider-mode-map (kbd "C-, w \"") 'sp-wrap-doublequote)))
(define-key cider-mode-map (kbd "C-, S") 'sp-splice-sexp)
(define-key cider-mode-map (kbd "C-, C-S") 'sp-splice-sexp)
(comment (define-key cider-mode-map (kbd "C-, S") 'sp-splice-sexp)
(define-key cider-mode-map (kbd "C-, C-S") 'sp-splice-sexp))
(define-key cider-mode-map (kbd "C-, A") 'sp-splice-sexp-killing-backward)
(define-key cider-mode-map (kbd "C-, C-A") 'sp-splice-sexp-killing-backward)
(comment (define-key cider-mode-map (kbd "C-, A") 'sp-splice-sexp-killing-backward)
(define-key cider-mode-map (kbd "C-, C-A") 'sp-splice-sexp-killing-backward))
(define-key cider-mode-map (kbd "C-, D") 'sp-splice-sexp-killing-forward)
(define-key cider-mode-map (kbd "C-, C-D") 'sp-splice-sexp-killing-forward)
(comment (define-key cider-mode-map (kbd "C-, D") 'sp-splice-sexp-killing-forward)
(define-key cider-mode-map (kbd "C-, C-D") 'sp-splice-sexp-killing-forward))
(define-key cider-mode-map (kbd "C-, F") 'sp-splice-sexp-killing-around)
(define-key cider-mode-map (kbd "C-, C-F") 'sp-splice-sexp-killing-around))
(comment (define-key cider-mode-map (kbd "C-, F") 'sp-splice-sexp-killing-around)
(define-key cider-mode-map (kbd "C-, C-F") 'sp-splice-sexp-killing-around)))
(define-key cider-mode-map (kbd "C-, ,") 'sp-backward-barf-sexp)
(define-key cider-mode-map (kbd "C-, C-,") 'sp-backward-barf-sexp)
(comment (define-key cider-mode-map (kbd "C-, ,") 'sp-backward-barf-sexp)
(define-key cider-mode-map (kbd "C-, C-,") 'sp-backward-barf-sexp))
(define-key cider-mode-map (kbd "C-, .") 'sp-forward-barf-sexp)
(define-key cider-mode-map (kbd "C-, C-.") 'sp-forward-barf-sexp)
(comment (define-key cider-mode-map (kbd "C-, .") 'sp-forward-barf-sexp)
(define-key cider-mode-map (kbd "C-, C-.") 'sp-forward-barf-sexp))
(define-key cider-mode-map (kbd "C-, <") 'sp-backward-slurp-sexp)
(define-key cider-mode-map (kbd "C-, C-<") 'sp-backward-slurp-sexp)
(comment (define-key cider-mode-map (kbd "C-, <") 'sp-backward-slurp-sexp)
(define-key cider-mode-map (kbd "C-, C-<") 'sp-backward-slurp-sexp))
(define-key cider-mode-map (kbd "C-, >") 'sp-forward-slurp-sexp)
(define-key cider-mode-map (kbd "C-, C->") 'sp-forward-slurp-sexp))
(comment (define-key cider-mode-map (kbd "C-, >") 'sp-forward-slurp-sexp)
(define-key cider-mode-map (kbd "C-, C->") 'sp-forward-slurp-sexp)))