org-mode recently changed the standard for naming blocks. Previously, it would use capitalized names; now it uses lower case names. E.g., #+BEGIN_SRC -> #+begin_src Also, add a "quote" symbol for the #+begin_quote block. |
||
---|---|---|
.. | ||
autoload | ||
+fira.el | ||
+hasklig.el | ||
+iosevka.el | ||
+pragmata-pro.el | ||
config.el | ||
README.org |
ui/pretty-code
Description
This module enables ligatures and/or arbitrary symbol substitutions with
prettify-symbols-mode
.
Maintainers
This module has no dedicated maintainers.
Module Flags
+fira
EnablesFira Code
ligatures. This requires Fira Code Symbol and a patched version of Fira Code (see below).+hasklig
EnableHasklig
ligatures. This requires a patched version of the HaskLig font (see below).+iosevka
EnableIosevka
ligatures. This requires a patched version of the Iosevka font (see below).+pragmata-pro
EnablePragmata Pro
ligatures. This requires the Pragmata Pro font.
Plugins
This module installs no packages.
Prerequisites
For ligatures to work, you must:
- Enable one of the four ligature font flags:
+fira
,+hasklig
,+iosevka
or+pragmata-pro
. - Install the patched version of the associated font with
M-x +pretty-code/install-patched-font
. Note: Pragmata Pro cannot be installed this way because it isn't a non-free font and must be purchased and installed manually.