diff options
Diffstat (limited to 'aisaka.org')
-rw-r--r-- | aisaka.org | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |