Add wallabag.el

This commit is contained in:
Jeremy Dormitzer 2021-04-15 15:26:38 -04:00
parent 7ddd20bf72
commit b29c541f33
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,17 @@
;; -*- lexical-binding: t; -*-
(use-package wallabag
:straight (:host github :repo "chenyanming/wallabag.el" :files ("*.el" "emojis.alist"))
:commands (wallabag
wallabag-find
wallabag-full-update
wallabag-request-token
wallabag-add-entry
wallabag-insert-entry)
:config
(setq wallabag-host "https://wallabag.jeremydormitzer.com"
wallabag-username "jdormit"
wallabag-password (password-store-get "wallabag.jeremydormitzer.com")
wallabag-clientid (password-store-get "wallabag-client-id")
wallabag-secret (password-store-get "wallabag-client-secret")))
(provide 'init-wallabag)

View File

@ -105,6 +105,7 @@
(require 'init-homebrew)
(require 'init-elfeed)
(require 'init-1pass)
(require 'init-wallabag)
(require 'init-lola)
(when (file-exists-p custom-file)