summaryrefslogtreecommitdiff
path: root/.config/emacs
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs')
-rw-r--r--.config/emacs/site-lisp/surround.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/site-lisp/surround.el b/.config/emacs/site-lisp/surround.el
index 8fdf443..b5f679d 100644
--- a/.config/emacs/site-lisp/surround.el
+++ b/.config/emacs/site-lisp/surround.el
@@ -90,7 +90,7 @@ Unicode property."
((or 'c 'n) (cons other char))
('o (cons char other))))))
-(defun suprround--region (pair beginning end)
+(defun surround--region (pair beginning end)
(save-excursion
(goto-char beginning)
(insert (car pair))