Remove ^:const usage.

This commit is contained in:
Andrey Antukh 2016-07-10 11:57:45 +03:00
parent d7f21dc130
commit f1955c2a7c
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
26 changed files with 65 additions and 65 deletions

View file

@ -23,7 +23,7 @@
;; --- Shortcuts
(defonce ^:const +shortcuts+
(defonce +shortcuts+
{:shift+g #(rs/emit! (dw/toggle-flag :grid))
:ctrl+g #(rs/emit! (uds/group-selected))
:ctrl+shift+g #(rs/emit! (uds/degroup-selected))