From 1df7311c8351ad2375eb3e4f2c0b1e0a4f441b94 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Wed, 8 Feb 2023 20:52:49 +0100 Subject: Enable Paredit in Emacs --- aisaka.org | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'aisaka.org') diff --git a/aisaka.org b/aisaka.org index 0701dc7..838884a 100644 --- a/aisaka.org +++ b/aisaka.org @@ -180,6 +180,7 @@ https://guix.gnu.org/en/manual/devel/en/html_node/Home-Configuration.html "emacs-nov-el" "emacs-org-contacts" "emacs-org-contrib" + "emacs-paredit" "font-google-noto" "git" "git-lfs" @@ -256,6 +257,9 @@ https://guix.gnu.org/en/manual/devel/en/html_node/Home-Configuration.html ;;; Theme Activation (load-theme 'manoj-dark) + ;;; Enable ParEdit + (add-hook 'prog-mode-hook 'enable-paredit-mode) + ;;; https://elpa.gnu.org/packages/aggressive-indent.html ;;; Automatic Activation of Aggressive Indent (global-aggressive-indent-mode) -- cgit v1.2.3