diff --git a/.gitignore b/.gitignore index 62c5d920..63fcf0c3 100755 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ url/ elpa/ newsticker/ __evo/ +transient diff --git a/init.el b/init.el index ac545b2c..ac347aa4 100755 --- a/init.el +++ b/init.el @@ -94,7 +94,7 @@ There are two things you can do about this warning: '(package-enable-at-startup t) '(package-selected-packages (quote - (cargo racket-mode rust-mode w3m slime gherkin-mode gitlab gitlab-ci-mode org-jira powershell helm gitconfig-mode gitignore-mode ox-rst typescript-mode ## skewer-mode ob-http ob-ipython ob-restclient linum-relative markdown-mode nord-theme restclient request restclient-test yaml-mode magit))) + (ox-mediawiki ox-minutes ox-nikola cargo racket-mode rust-mode w3m slime gherkin-mode gitlab gitlab-ci-mode org-jira powershell helm gitconfig-mode gitignore-mode ox-rst typescript-mode ## skewer-mode ob-http ob-ipython ob-restclient linum-relative markdown-mode nord-theme restclient request restclient-test yaml-mode magit))) '(python-shell-interpreter "python3") '(request-log-level (quote debug)) '(request-message-level (quote debug))