Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dangom/scimax-layer

Attempt to bring some of Scimax' functionality to Spacemacs
https://github.com/dangom/scimax-layer

Last synced: about 1 month ago
JSON representation

Attempt to bring some of Scimax' functionality to Spacemacs

Awesome Lists containing this project

README

        

#+TITLE: scimax layer

# The maximum height of the logo should be 200 pixels.
[[img/scimax.png]]

# TOC links should be GitHub style anchors.
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]

* Description
This layer brings some of the functionality provided by the starter package "[[https://github.com/jkitchin/scimax][scimax]]" into Spacemacs.
Functions where taken from that distribution as-is, and thus the correct copyright assignment should be given to the author of scimax, not the author of the layer.

Additionally to /scimax/ functionality the layer also patches some of =org-extra= functions that wouldn't work otherwise with the latest version of Org Mode.

** Features:
Scimax offers an extensive Org-Mode opinionated configuration, including (but not limited to):
- Jupyter-like features for Ipython within org babel
- Templates for paper writing
- Persistent text highlighting
- Functions for better sentence and paragraph navigation

This layer attempts to bring some of that to Spacemacs. The features provided are still far from everything Scimax offers.
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =scimax= to the existing =dotspacemacs-configuration-layers= list in this
file. Because this is an unofficial layer, you may want to clone it into =~/.emacs.d/private=.

* Key bindings

| Key Binding | Description |
|-------------+-----------------------|
| ~RET~ | In Org-Mode, dwim RET |

# Use GitHub URLs if you wish to link a Spacemacs documentation file or its heading.
# Examples:
# [[https://github.com/syl20bnr/spacemacs/blob/master/doc/VIMUSERS.org#sessions]]
# [[https://github.com/syl20bnr/spacemacs/blob/master/layers/%2Bfun/emoji/README.org][Link to Emoji layer README.org]]
# If space-doc-mode is enabled, Spacemacs will open a local copy of the linked file.