Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

Commit

Permalink
Fix #15.
Browse files Browse the repository at this point in the history
  • Loading branch information
nominolo committed Dec 27, 2011
1 parent 115d8a3 commit 93f0fdf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions emacs/scion.el
Expand Up @@ -30,7 +30,6 @@
(require 'hideshow)
(require 'thingatpt)
(require 'comint)
(require 'ido)
(eval-when (compile)
(require 'apropos)
(require 'outline)
Expand Down Expand Up @@ -184,7 +183,7 @@ current state will be saved and later restored."
`(progn . ,(mapcar (lambda (k-c) `(define-key ,keymap . ,k-c))
key-command)))

(put 'slime-define-keys 'lisp-indent-function 1)
(put 'scion-define-keys 'lisp-indent-function 1)

(defvar scion-completing-read-function 'completing-read
"The completion function used by scion.
Expand Down

0 comments on commit 93f0fdf

Please sign in to comment.