Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syohex/emacs-editutil
My Editing Utilities
https://github.com/syohex/emacs-editutil
Last synced: about 19 hours ago
JSON representation
My Editing Utilities
- Host: GitHub
- URL: https://github.com/syohex/emacs-editutil
- Owner: syohex
- Created: 2014-05-16T03:05:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T09:59:49.000Z (25 days ago)
- Last Synced: 2024-12-10T10:37:06.404Z (25 days ago)
- Language: Emacs Lisp
- Size: 608 KB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Own Editing Utilities ![](https://github.com/syohex/emacs-editutil/workflows/CI/badge.svg)
## editutil.el
My configuration is:
```lisp
(require 'editutil)
(editutil-default-setup) ;; Set my defult key bindings
```