Remove the mediawiki package
This commit is contained in:
parent
8be18afab7
commit
f006617927
@ -2159,20 +2159,6 @@ Toggle other windows for maximum focus. When focus is no longer needed, they ca
|
|||||||
("x" . er/expand-region)))
|
("x" . er/expand-region)))
|
||||||
#+END_SRC
|
#+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
|
** An Emacs Dashboard
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user