The Wayback Machine - https://web.archive.org/web/20201016032638/https://github.com/topics/emacs-lisp
Skip to content
#

emacs-lisp

Here are 1,044 public repositories matching this topic...

doom-emacs
MithicSpirit
MithicSpirit commented Oct 4, 2020

Describe the feature
There should be an easier way to open latex-preview-pane-mode when in LaTeX mode than using M-x then searching for it.

System information

((system
  (type . gnu/linux)
  (config . "x86_64-pc-linux-gnu")
  (shell . "/usr/bin/zsh")
  (uname . "Linux 5.4.0-48-generic #52-Ubuntu SMP Thu Sep 10 10:58:49 UTC 2020 x86_64")
  (path "~/.nvm/version
lljr
lljr commented Sep 22, 2020
├── app
│ ├── components
│ ├── controllers
│ ├── helpers
│ ├── models
│ ├── routes
│ ├── styles
│ │   └── app.css
│ ├── templates
│ │   └── application.hbs
│ ├── app.js
│ ├── index.html
│ └── router.js
├── config
│ ├── ember-cli-update.json
│ ├── environment.js
│ ├── optional-features.json
│ └── targets.js
├── public
│ ├── tests
│ ├── helpers
│ ├── integration
│ ├── unit
BrunoBonacci
BrunoBonacci commented Oct 10, 2020

Describe the solution you'd like

It should be possible to provide a custom formatting configuration for cider-nrepl/cljfmt.
The cljfmt configuration format is described here:

https://github.com/weavejester/cljfmt#configuration

The desired solution should have a defcustom variable where the configuration can be provided.

Describe alternatives you've considered

A workaround

Improve this page

Add a description, image, and links to the emacs-lisp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the emacs-lisp topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.