mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 04:20:57 +01:00
fix quoting error
This commit is contained in:
2
.emacs
2
.emacs
@@ -2362,7 +2362,7 @@ respectively."
|
||||
(define-key smartparens-mode-map (kbd "C-S-<right>") 'sp-previous-sexp)
|
||||
|
||||
;; comment the whole sexp
|
||||
(define-key smartparens-mode-map (kbd) ";" 'tvd-lisp-comment)
|
||||
(define-key smartparens-mode-map (kbd ";") 'tvd-lisp-comment)
|
||||
|
||||
;; replace my global setting
|
||||
;; FIXME: fhceck/fix M<up+down>!
|
||||
|
||||
Reference in New Issue
Block a user