Skip to content

SuzumiyaAoba/ivy-point-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

ivy-point-history

This package provides point-history with ivy interface.

Requirements

Usage

You clone this package, point-history and ivy, and edit your init.el as follows:

(add-to-list 'load-path "YOUR PATH")
(require 'point-history)

(require 'ivy-point-history)

If you use straight.el, you just add follows to your init.el:

(use-package point-history
  :straight (point-history :type git :host github :repo "blue0513/point-history")
  :config
  (point-history-mode t))

(use-package ivy-point-history
  :straight (ivy-point-history :type git :host github :repo "SuzumiyaAoba/ivy-point-history"))

About

point-history with ivy interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages