summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-03-14 19:19:02 -0500
committerCase Duckworth2021-03-14 19:19:02 -0500
commit60954ae4ec225344ecafd914aa24f0da2a2067f5 (patch)
treeee0cd4764dcce87a5247a6cb437e5a00dbf2f392 /init.el
parentAdd `nov' (diff)
downloademacs-60954ae4ec225344ecafd914aa24f0da2a2067f5.tar.gz
emacs-60954ae4ec225344ecafd914aa24f0da2a2067f5.zip
Add `0x0'
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
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