ambrevar/emacs: Fix missing ambrevar/shell import.

master
Pierre Neidhardt 2021-01-15 10:50:26 +01:00
parent cef48f7d0c
commit bf322895bc
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
(:documentation "Communication with Emacs")
(:use #:common-lisp)
(:use #:trivia)
(:import-from #:serapeum #:export-always))
(:import-from #:serapeum #:export-always)
(:import-from #:ambrevar/shell))
(in-package #:ambrevar/emacs)
(eval-when (:compile-toplevel :load-toplevel :execute)
(trivial-package-local-nicknames:add-package-local-nickname :alex :alexandria)