Skip to content

HectareaGalbis/cl-scribble-mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cl-scribble-mode - Major mode for editing Scribble documents with Common Lisp symbols

This is a fork that slightly changes scribble syntax to support Common Lisp symbols.

What's more, it enables autocompletion from Sly/Slime.

If you find something that can be enhanced or you find a problem, don't hesitate to post an issue.

Tested only with Corfu.

Example

CL Scribble example

Installation

Clone this project into your emacs configuration.

git clone git@github.com:HectareaGalbis/cl-scribble-mode.git

Now, in your init.el file, load cl-scribble-mode.el after slime or sly are loaded:

(add-to-list 'load-path (concat user-emacs-directory "cl-scribble-mode/"))
(load "cl-scribble-mode")

About

Scribble mode for Common Lisp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 89.4%
  • Makefile 10.6%