Skip to content

Commit

Permalink
Deprecate weird Markdown heading binds
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbieber committed May 4, 2023
1 parent e397e31 commit d104c3e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions configs/emacs.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -429,12 +429,6 @@ COMMAND, ARG, IGNORED are the arguments required by the variable
(setq markdown-command "pandoc --from markdown_github-hard_line_breaks --to html")
(define-key markdown-mode-map (kbd "<C-return>") 'markdown-insert-list-item)
(define-key markdown-mode-map (kbd "C-c '") 'fence-edit-code-at-point)
(define-key markdown-mode-map (kbd "C-c 1") 'markdown-insert-header-atx-1)
(define-key markdown-mode-map (kbd "C-c 2") 'markdown-insert-header-atx-2)
(define-key markdown-mode-map (kbd "C-c 3") 'markdown-insert-header-atx-3)
(define-key markdown-mode-map (kbd "C-c 4") 'markdown-insert-header-atx-4)
(define-key markdown-mode-map (kbd "C-c 5") 'markdown-insert-header-atx-5)
(define-key markdown-mode-map (kbd "C-c 6") 'markdown-insert-header-atx-6)

(defun air--in-markdown-link-p ()
(save-excursion
Expand Down

0 comments on commit d104c3e

Please sign in to comment.