aboutsummaryrefslogtreecommitdiff
path: root/modules/prog-shell.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/prog-shell.el')
-rw-r--r--modules/prog-shell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/prog-shell.el b/modules/prog-shell.el
index ca990c614..45c0afbca 100644
--- a/modules/prog-shell.el
+++ b/modules/prog-shell.el
@@ -74,7 +74,7 @@ Install with: sudo pacman -S shellcheck")
(setq-local sh-basic-offset 2) ;; 2 spaces (common shell convention)
(setq-local tab-width 2) ;; tab displays as 2 spaces
(setq-local fill-column 80) ;; wrap at 80 columns
- (electric-pair-mode t) ;; automatic quote/bracket pairing
+ (electric-pair-local-mode t) ;; automatic quote/bracket pairing
;; Enable LSP if available (skip remote files - slow and prompts for project root)
(when (and (fboundp 'lsp-deferred)