diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2024-04-03 11:22:00 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2024-04-03 11:22:00 +0200 |
| commit | 0ec33e05de10c17e631d8cea1f4717fd4fdf0f01 (patch) | |
| tree | 0d6928d4bf7255b47105a0c518a84f1e82aaa204 /.config | |
| parent | a663e68f1015fffadb374380f7d3683531e229d0 (diff) | |
| download | dotfiles-0ec33e05de10c17e631d8cea1f4717fd4fdf0f01.tar.gz dotfiles-0ec33e05de10c17e631d8cea1f4717fd4fdf0f01.zip | |
doom: added tools/make and tools/pdf
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.config')
| -rw-r--r-- | .config/doom/init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/doom/init.el b/.config/doom/init.el index 084e17e..537dc19 100644 --- a/.config/doom/init.el +++ b/.config/doom/init.el @@ -81,9 +81,9 @@ lookup ; navigate your code and its documentation ;;lsp ; M-x vscode magit ; a git porcelain for Emacs - ;;make ; run make tasks from Emacs + make ; run make tasks from Emacs ;;pass ; password manager for nerds - ;;pdf ; pdf enhancements + pdf ; pdf enhancements ;;prodigy ; FIXME managing external services & code builders ;;rgb ; creating color strings ;;taskrunner ; taskrunner for all your projects |
