diff options
Diffstat (limited to 'emacs/inits/22-lisp.el')
| -rw-r--r-- | emacs/inits/22-lisp.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emacs/inits/22-lisp.el b/emacs/inits/22-lisp.el index 872fe9a..8365293 100644 --- a/emacs/inits/22-lisp.el +++ b/emacs/inits/22-lisp.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2019-03-20 17:11:15 (tslil@basingstoke)> +;; Time-stamp: <2019-10-02 22:40:52 (tslil@basingstoke)> ;; ---------------------------------------------------------------------------- ;; Lisp helpers @@ -103,6 +103,9 @@ (use-package slime :ensure t + :bind (:map slime-mode-map + ("M-n" . nil) + ("M-p" . nil)) :after caps-lock-mode :hook ((lisp-mode . (lambda () (aggressive-indent-mode) |
