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)
|
(define-key smartparens-mode-map (kbd "C-S-<right>") 'sp-previous-sexp)
|
||||||
|
|
||||||
;; comment the whole 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
|
;; replace my global setting
|
||||||
;; FIXME: fhceck/fix M<up+down>!
|
;; FIXME: fhceck/fix M<up+down>!
|
||||||
|
|||||||
974
emacs.html
974
emacs.html
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user