Skip to content

lil-org is an experimental Emacs config built with simplicity and note-taking in mind

Notifications You must be signed in to change notification settings

ben-maclaurin/lil-org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

preview.png

🦄 lil-org

lil-org is an experimental Emacs config built with simplicity and note-taking in mind.

I wanted a simple note pad with the following features:

  • super fast startup (.5s): integrates only two packages: expand-region and spacious-padding. emacs-init-time is 0.5 seconds
  • feels native: looks and feels right at home on macOS. lil-org is inspired by TextEdit and Bike
  • beginner friendly: lil-org acts as a gentle intro to Org mode

Keybindings:

  • driven by standard Emacs keybindings
  • Ctrl + l to expand selection
  • Ctrl + ; to contract selection
  • Cmd + Shift + C to copy entire buffer to clipboard
  • Meta + n to jump 8 lines forward
  • Meta + p to jump 8 lines back

this readme was written in 🦄 lil-org!

Try it

Install Emacs

  1. Install Homebrew (if not already installed):
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
        
  2. Install Emacs:
    brew install --cask emacs     
        

Configure lil-org

  1. Navigate to Your Emacs Config Directory:
    cd ~/.emacs.d/
        
  2. Download lil-org:
    curl -O https://raw.githubusercontent.com/ben-maclaurin/lil-org/main/init.el   
        
  3. Start Emacs

todo

  • dark mode (and automatic)

About

lil-org is an experimental Emacs config built with simplicity and note-taking in mind

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published