Skip to content

For those who enjoy splitting windows left and right.

Notifications You must be signed in to change notification settings

positron-solutions/sinister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Sinister

Sinister (Latin for left) is a package for people who prefer to split their windows left and right. See the package commentary and commands for usage.

Installation

The package is not currently on MELPA.

;; using elpaca's with explicit recipe
(use-package sinister
  :ensure (sinister
           :host github
           :repo "positron-solutions/sinister")
  :config
  (sinister-stillness-mode 1)
  (sinister-misc-settings))

;; With use-package and package-vc integration
(use-package sinister
  :vc (:url "https://github.com/positron-solutions/sinister")
  :config
  (sinister-stillness-mode 1)
  (sinister-misc-settings))

This README is a stub to begin the process of open sourcing Sinister. Stay tuned. File issues!

About

For those who enjoy splitting windows left and right.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published