fix quoting error

This commit is contained in:
Thomas von Dein
2018-11-17 20:34:51 +01:00
parent 004b2ce255
commit 4df67279db
2 changed files with 488 additions and 488 deletions

2
.emacs
View File

@@ -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>!

File diff suppressed because it is too large Load Diff