Skip to content

Commit e65f53a

Browse files
libs(emacs): use codingame package
1 parent 8dab3a8 commit e65f53a

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
],
2222
"types": "dist/index.d.ts",
2323
"dependencies": {
24+
"@codingame/monaco-emacs": "^0.2.2",
2425
"delay": ">=5.0.0",
2526
"monaco-editor": "npm:@codingame/monaco-editor@^0.31.8",
26-
"monaco-emacs": "^0.2.2",
2727
"monaco-vim": "^0.1.19",
2828
"vscode-oniguruma": "^1.6.1"
2929
},

src/keybindings/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as monaco from 'monaco-editor'
2-
import EmacsExtension from 'monaco-emacs'
2+
import EmacsExtension from '@codingame/monaco-emacs'
33
import { updateKeybindings } from './keybindingHelper'
44
import { initVimMode } from './vim'
55

0 commit comments

Comments
 (0)