remove snapshot slate stuff.

This commit is contained in:
Ivan Malison 2015-03-08 22:21:24 -07:00
parent 438387f68d
commit a57e0068da
2 changed files with 4 additions and 15 deletions

View File

@ -1596,6 +1596,10 @@ window is active in the perspective."
(use-package rinari :ensure t)
(setq-default c-basic-offset 4
tab-width 4
indent-tabs-mode t)
;; =============================================================================
;; C/C++
;; =============================================================================

View File

@ -81,19 +81,4 @@ hyperBindAll({
u: slate.op("undo")
});
// Snapshot Stuff.
// hyperBindAll(_.object(
// _.range(1, 5).map(function(index) {
// var asString = index.toString();
// return [asString, slate.op("snapshot", {"name": asString, "save": true, "stack": false})];
// })
// ));
// hyperBindAll(_.object(
// _.range(5, 9).map(function(index) {
// var name = (index-4).toString();
// var asString = index.toString();
// return [asString, slate.op("activate-snapshot", {"name": name})];
// })
// ));
slate.bindAll({"esc:cmd": hint, "space:alt": grid});