init.el: comment and package dependency update

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2020-06-24 01:24:35 +02:00
parent dfd4317d2d
commit ccc68f1282

View File

@@ -23,6 +23,7 @@
;; from now on, we make use of use-package
;; this will make sure a package is downloaded, efficiently configured
;; (e.g. after load, or as needed), keys will be bind in a concise way, and more
;; reference: https://menno.io/posts/use-package/
(unless (package-installed-p 'use-package)
(package-refresh-contents)
(package-install 'use-package))
@@ -45,15 +46,16 @@
'(magit-log-arguments (quote ("--graph" "--decorate" "--show-signature" "-n256")))
'(package-selected-packages
(quote
(flycheck lsp-ui rustic forge pcmpl-git git-link git-timemachine magit use-package)))
(transient magithub lsp-origami origami qml-mode python-mode linum-relative company-capf lsp-ivy yasnippet pandoc-mode go-imports go-autocomplete go-mode flycheck lsp-ui rustic forge pcmpl-git git-link git-timemachine magit use-package)))
'(paradox-github-token t)
'(php-mode-coding-style (quote wordpress))
'(safe-local-variable-values (quote ((cmake-ide-dir . "build"))))
'(show-paren-mode t)
'(visible-bell t))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)