Add package mastodon
This commit is contained in:
parent
5f30b84e75
commit
d2b6ff4b0d
2 changed files with 6 additions and 1 deletions
|
@ -240,5 +240,10 @@
|
|||
(when (eq system-type 'windows-nt)
|
||||
(use-package powershell))
|
||||
|
||||
(use-package mastodon
|
||||
:custom
|
||||
(mastodon-instance-url "https://emacs.ch")
|
||||
(mastodon-active-user "qhBidG3d"))
|
||||
|
||||
(load "bundle--irc")
|
||||
(load "bundle--news")
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
'(org-roam-db-autosync-mode t)
|
||||
'(org-roam-directory "d:/UserData/marcus.kammer/OneDrive - Siemens AG/org-roam/")
|
||||
'(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-jar-path "~/AppData/Local/Programs/plantuml/plantuml.jar")
|
||||
'(python-indent-guess-indent-offset nil)
|
||||
|
|
Loading…
Add table
Reference in a new issue