From 887533080d932de82cc638fa5096b3cb07d8f2f6 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Sat, 21 Dec 2019 15:09:59 -0500 Subject: Changes frome chromebook --- emacs/inits/22-lisp.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'emacs/inits/22-lisp.el') 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) -- cgit v1.2.3