help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [External] : Re: text formating


From: Drew Adams
Subject: RE: [External] : Re: text formating
Date: Thu, 9 Feb 2023 15:27:48 +0000

> Symbol's value as variable is void: markdown-mode-map

If that's the correct variable for the keymap
you want, just make sure you load the file
that defines that variable (keymap) before
you try to  use that variable

;; if `markdown.el' is the file name:
(require 'markdown)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]