init.el: comment and package dependency update
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
6
init.el
6
init.el
@@ -23,6 +23,7 @@
|
|||||||
;; from now on, we make use of use-package
|
;; from now on, we make use of use-package
|
||||||
;; this will make sure a package is downloaded, efficiently configured
|
;; 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
|
;; (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)
|
(unless (package-installed-p 'use-package)
|
||||||
(package-refresh-contents)
|
(package-refresh-contents)
|
||||||
(package-install 'use-package))
|
(package-install 'use-package))
|
||||||
@@ -45,15 +46,16 @@
|
|||||||
'(magit-log-arguments (quote ("--graph" "--decorate" "--show-signature" "-n256")))
|
'(magit-log-arguments (quote ("--graph" "--decorate" "--show-signature" "-n256")))
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
(quote
|
(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)
|
'(paradox-github-token t)
|
||||||
'(php-mode-coding-style (quote wordpress))
|
'(php-mode-coding-style (quote wordpress))
|
||||||
|
'(safe-local-variable-values (quote ((cmake-ide-dir . "build"))))
|
||||||
'(show-paren-mode t)
|
'(show-paren-mode t)
|
||||||
'(visible-bell t))
|
'(visible-bell t))
|
||||||
|
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
;; custom-set-faces was added by Custom.
|
;; custom-set-faces was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user