Add package mastodon

This commit is contained in:
Marcus Kammer 2022-11-29 13:44:30 +01:00
parent 5f30b84e75
commit d2b6ff4b0d
2 changed files with 6 additions and 1 deletions

View file

@ -240,5 +240,10 @@
(when (eq system-type 'windows-nt) (when (eq system-type 'windows-nt)
(use-package powershell)) (use-package powershell))
(use-package mastodon
:custom
(mastodon-instance-url "https://emacs.ch")
(mastodon-active-user "qhBidG3d"))
(load "bundle--irc") (load "bundle--irc")
(load "bundle--news") (load "bundle--news")

View file

@ -62,7 +62,7 @@
'(org-roam-db-autosync-mode t) '(org-roam-db-autosync-mode t)
'(org-roam-directory "d:/UserData/marcus.kammer/OneDrive - Siemens AG/org-roam/") '(org-roam-directory "d:/UserData/marcus.kammer/OneDrive - Siemens AG/org-roam/")
'(package-selected-packages '(package-selected-packages
'(cider mpv ob-http ob-go powershell ox-reveal org-web-tools org-tree-slide org-roam elfeed erc-image go-translate simple-httpd slime racket-mode web-mode go-mode geiser-guile geiser-racket geiser eglot nov shrface vertico smartparens emojify ace-window olivetti rainbow-delimiters helpful doom-modeline doom-themes all-the-icons-dired all-the-icons)) '(mastodon cider mpv ob-http ob-go powershell ox-reveal org-web-tools org-tree-slide org-roam elfeed erc-image go-translate simple-httpd slime racket-mode web-mode go-mode geiser-guile geiser-racket geiser eglot nov shrface smartparens emojify ace-window olivetti rainbow-delimiters helpful doom-modeline doom-themes all-the-icons-dired all-the-icons))
'(plantuml-default-exec-mode 'jar) '(plantuml-default-exec-mode 'jar)
'(plantuml-jar-path "~/AppData/Local/Programs/plantuml/plantuml.jar") '(plantuml-jar-path "~/AppData/Local/Programs/plantuml/plantuml.jar")
'(python-indent-guess-indent-offset nil) '(python-indent-guess-indent-offset nil)