Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
emacs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Hauspie
emacs
Commits
ee786b48
Commit
ee786b48
authored
2 years ago
by
Michael Hauspie
Browse files
Options
Downloads
Patches
Plain Diff
Add pandoc export for markdown
parent
c9dfe812
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
configuration.org
+13
-0
13 additions, 0 deletions
configuration.org
with
13 additions
and
0 deletions
configuration.org
+
13
−
0
View file @
ee786b48
...
@@ -600,6 +600,9 @@ using bootstrap template.
...
@@ -600,6 +600,9 @@ using bootstrap template.
;; bootstrap html
;; bootstrap html
(use-package ox-twbs)
(use-package ox-twbs)
;; Export using pandoc
(use-package ox-pandoc)
#+end_src
#+end_src
#+RESULTS:
#+RESULTS:
...
@@ -698,6 +701,15 @@ Set line count limit before using =begin_example= blocs in code evaluation resul
...
@@ -698,6 +701,15 @@ Set line count limit before using =begin_example= blocs in code evaluation resul
#+RESULTS:
#+RESULTS:
: 10
: 10
* Markdown mode
I use pandoc to generate html output from markdown file. In order to
export a standalone file with the correct options, I set pandoc call here
#+begin_src emacs-lisp
(setq markdown-command "pandoc --standalone --mathjax")
#+end_src
* Completion setup
* Completion setup
I use [[http://company-mode.github.io/][company]] mode for completion. It provides a visual completion
I use [[http://company-mode.github.io/][company]] mode for completion. It provides a visual completion
...
@@ -925,6 +937,7 @@ For dockerfiles and docker-compose files, install some docker packages
...
@@ -925,6 +937,7 @@ For dockerfiles and docker-compose files, install some docker packages
(use-package dockerfile-mode)
(use-package dockerfile-mode)
(use-package docker-compose-mode)
(use-package docker-compose-mode)
(use-package docker)
(use-package docker)
(use-package docker-tramp)
(use-package docker-api)
(use-package docker-api)
(use-package docker-cli)
(use-package docker-cli)
#+end_src
#+end_src
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment