Skip to content

sychen52/dot-command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

A Emacs package to mimic dot command in vim.

Configure

(unless (package-installed-p 'dot-command)
  (package-vc-install "https://github.com/sychen52/dot-command"))
(use-package dot-command
  :config
  (setq dot-command-neutral-cmds '(your-command-that-you-want-to-ignore))
  (push #'your-command-that-you-want-to-add dot-command-record-cmds))

About

mimic vim dot command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors