Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit user crontab using crontab-mode #4

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

smoeding
Copy link

@smoeding smoeding commented Feb 13, 2021

The function crontab-edit-user-crontab opens the user's crontab in an Emacs buffer using crontab-mode. After editing the crontab can be installed again using the crontab-install-user-crontab function (bound to "C-c C-c" by default).

The operating system command crontab(1) is used the load and save the user's crontab.

With these functions it is now possible to edit the user's crontab without leaving Emacs.

The function `crontab-edit-user-crontab' opens the user's crontab in an
Emacs buffer using `crontab-mode'.  After editing the crontab can be
installed again using the `crontab-install-user-crontab' function
(bound to "C-c C-c" by default).

The operating system command crontab(1) is used the load and save the
user's crontab.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant