Remove the mediawiki package

This commit is contained in:
Gergely Polonkai 2023-10-20 15:53:01 +02:00
parent 8be18afab7
commit f006617927
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 0 additions and 14 deletions

View File

@ -2159,20 +2159,6 @@ Toggle other windows for maximum focus. When focus is no longer needed, they ca
("x" . er/expand-region)))
#+END_SRC
** Read and Edit MediaWiki pages in an Emacs window
#+BEGIN_SRC emacs-lisp
(use-package mediawiki
:after
id-manager
:config
(add-to-list 'mediawiki-site-alist
'("WikEmacs"
"http://wikemacs.org/wiki/"
(password-store-get-field "wikemacs.org" "username")
(password-store-get "wikemacs.org" "password"))))
#+END_SRC
** An Emacs Dashboard
#+BEGIN_SRC emacs-lisp