Skip to content

Edit user crontab using crontab-mode#4

Open
smoeding wants to merge 5 commits into
emacs-pe:masterfrom
smoeding:feature/edit-user-crontab
Open

Edit user crontab using crontab-mode#4
smoeding wants to merge 5 commits into
emacs-pe:masterfrom
smoeding:feature/edit-user-crontab

Conversation

@smoeding

@smoeding smoeding commented Feb 13, 2021

Copy link
Copy Markdown

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