Skip to content

Commit

Permalink
disable electric backquote in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
adasium committed Jun 17, 2024
1 parent fb3d922 commit 435edd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doom/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -337,3 +337,5 @@ Copilot accept completion if copilot-mode active, jump out quote or brackets, or
(setcdr (assq l chom/*switch-to-buf-name-alist*) bn)))
(let* ((b (assq c chom/*switch-to-buf-name-alist*)))
(if b (switch-to-buffer (cdr b)) (message (concat "nie zapisano bufora " (string c)))))))))

(setq markdown-gfm-use-electric-backquote nil)

0 comments on commit 435edd2

Please sign in to comment.