diff options
| author | tslil clingman <> | 2019-12-21 15:09:59 -0500 |
|---|---|---|
| committer | tslil clingman <> | 2019-12-21 15:09:59 -0500 |
| commit | 887533080d932de82cc638fa5096b3cb07d8f2f6 (patch) | |
| tree | 179752b448427d80e5bcf1c24cd4182d07bac8c2 /emacs/inits/22-lisp.el | |
| parent | 29744f4ade9e94f55d6deb4de72498ee537f87b1 (diff) | |
Changes frome chromebook
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) |
