summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMarek Paśnikowski <marekpasnikowski@protonmail.com>2023-02-08 20:52:49 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2023-02-08 20:52:49 +0100
commit1df7311c8351ad2375eb3e4f2c0b1e0a4f441b94 (patch)
tree3e60b311b3d18e425f047c93cbe2a7bdab919d1a /data
parent6b36d6e4fff49a4d162914f75374828318e47466 (diff)
Enable Paredit in Emacs
Diffstat (limited to 'data')
-rw-r--r--data/emacs-config3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/emacs-config b/data/emacs-config
index 4fe8823..147b0c6 100644
--- a/data/emacs-config
+++ b/data/emacs-config
@@ -5,6 +5,9 @@
;;; 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)