Skip to content

Commit

Permalink
Huge cleanup. Removed vimkeys and emacskeys. They can be used through…
Browse files Browse the repository at this point in the history
… extension. Removed experimental adapters.
  • Loading branch information
mogenslund committed Jul 28, 2017
1 parent 5735ffc commit b34cdc3
Show file tree
Hide file tree
Showing 13 changed files with 74 additions and 508 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
(ns dk.salza.liq.extensions.emacskeys
(:require [dk.salza.liq.editor :as editor]
[dk.salza.liq.editoractions :as editoractions]
[dk.salza.liq.keys :as keys]
[dk.salza.liq.apps.promptapp :as promptapp]
[dk.salza.liq.apps.commandapp :as commandapp]
Expand Down
3 changes: 1 addition & 2 deletions src/dk/salza/liq/extensions/vimkeys.clj → misc/vimkeys.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
(ns dk.salza.liq.extensions.vimkeys
(:require [dk.salza.liq.editor :as editor]
[dk.salza.liq.editoractions :as editoractions]
[dk.salza.liq.keys :as keys]
[dk.salza.liq.apps.promptapp :as promptapp]
[dk.salza.liq.extensions.headlinenavigator]
Expand All @@ -16,7 +15,7 @@

(def keymap-normal
{:cursor-color :blue
:M editoractions/prompt-to-tmp
:M editor/prompt-to-tmp
:space #(editor/forward-page)
;:C-s editor/search
:colon (fn [] (editor/handle-input :C-space) (editor/handle-input :colon))
Expand Down
277 changes: 0 additions & 277 deletions src/dk/salza/liq/adapters/htmladapter.clj

This file was deleted.

Loading

0 comments on commit b34cdc3

Please sign in to comment.