From 8a911b8d528ae64fb7d9bb7f8b6fc759cb298f80 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sat, 27 Feb 2021 00:50:58 +0900 Subject: Add Lisp settings --- .emacs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.emacs') diff --git a/.emacs b/.emacs index e122831..c04f207 100644 --- a/.emacs +++ b/.emacs @@ -130,6 +130,12 @@ (add-hook 'lisp-interaction-mode-hook #'enable-paredit-mode) (add-hook 'scheme-mode-hook #'enable-paredit-mode) +;;; Lisp +(add-hook 'lisp-mode-hook + (lambda () + (set (make-local-variable 'lisp-indent-function) + 'common-lisp-indent-function))) + ;;; Guix (with-eval-after-load 'geiser-guile (add-to-list 'geiser-guile-load-path "~/src/guix")) -- cgit v1.2.3