Skip to content
/ automark Public

Small Emacs package to enable/disable mark during movement.

Notifications You must be signed in to change notification settings

Ergus/automark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

Readme

This is a simple package to enable mark on some movement commands.

This reduces enabling and disabling the mark manually constantly.

The config is pretty simple:

(use-package automark
  :diminish
  :load-path (lambda nil (my/load-path "~/gits/emacs_clones/automark-mode/"))
  :config
  (automark-mode 1))

About

Small Emacs package to enable/disable mark during movement.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published