Add :editor objed module

Integrates `objed` with Doom Emacs to provide text-object manipulation
for non-evil users.

See https://github.com/clemera/objed
This commit is contained in:
Andrew Whatson 2019-04-19 15:41:55 +10:00
parent a1b47648aa
commit 9e8517c59e
5 changed files with 48 additions and 2 deletions

View file

@ -0,0 +1,4 @@
;; -*- no-byte-compile: t; -*-
;;; editor/objed/packages.el
(package! objed)