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: Gottfried
Subject: Re: [External] : Re: text formating
Date: Thu, 9 Feb 2023 16:59:39 +0000

Hi Drew,

thanks for helping

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


I have got a "markdown-mode.el" file

but I didn’t find a "markdown-el" file.

So if I understand you right,

I have to put this in my init.el file:

(require "markdown-mode)

Am I right?


Kind regards

Gottfried


Am 09.02.23 um 16:27 schrieb Drew Adams:
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)

--

Attachment: OpenPGP_0x61FAF349C9FB7F94.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

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