diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el index d01c60b..78d1ffd 100644 --- a/init.el +++ b/init.el | |||
@@ -441,6 +441,9 @@ indicator in the mode-line." | |||
441 | (add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode))) | 441 | (add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode))) |
442 | :set `((nov-text-width ,fill-column))) | 442 | :set `((nov-text-width ,fill-column))) |
443 | 443 | ||
444 | ;;; 0x0 -- upload files | ||
445 | (acdw/pkg (0x0 :repo "https://git.sr.ht/~zge/nullpointer-emacs") | ||
446 | :set '((0x0-default-host ttm))) | ||
444 | 447 | ||
445 | ;;; Programming languages | 448 | ;;; Programming languages |
446 | 449 | ||