Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dangom/scimax-layer
- Owner: dangom
- Created: 2018-10-21T06:34:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T04:04:13.000Z (about 5 years ago)
- Last Synced: 2023-10-05T20:31:31.290Z (about 1 year ago)
- Language: Emacs Lisp
- Size: 13.7 KB
- Stars: 12
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.org
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 navigationThis 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.