From ccc68f1282ed7fa7791642b9c6f80a286f2f8300 Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Wed, 24 Jun 2020 01:24:35 +0200 Subject: [PATCH] init.el: comment and package dependency update Signed-off-by: Ralf Zerres --- init.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index feaaca3..14aad71 100644 --- a/init.el +++ b/init.el @@ -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. ) -