Skip to content

KarimAziev/el-narrow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

el-narrow

Narrowing commands for elisp.

Requirements

  • Emacs >= 25.1

Installation

Manually

Download repository and it to your load path in your init file:

(add-to-list 'load-path "/path/to/el-narrow")
(require 'el-narrow)

With use-package and straight

(use-package el-narrow
  :straight (el-narrow
             :repo "KarimAziev/el-narrow"
             :type git
             :host github)
  :commands (el-narrow-dwim
             el-narrow-beginning-of-defun))

Commands

el-narrow-dwim

Narrow to the closest parent form which head is a symbol allowed to narrow. Allowed symbols are listed in el-narrow-things-to-narrow.

el-narrow-beginning-of-defun

Jump to the beginning of first parent list from el-narrow-things-to-narrow.

Customization

el-narrow-things-to-narrow

List of allowed symbols to narrow.

About

Narrow to the closest parent list

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published