init: catchup with mantained packages (package-selectd-packages)
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
15
init.el
15
init.el
@@ -1,7 +1,7 @@
|
||||
;;; init.el --- user init file -*- no-byte-compile: t -*-
|
||||
|
||||
;;; Commentary:
|
||||
;; this emacs initilization file is inspired by
|
||||
;; this Emacs initilization file is inspired by
|
||||
;; https://github.com/mwfogleman/.emacs.d/blob/master/michael.org
|
||||
|
||||
;;; Code:
|
||||
@@ -41,16 +41,15 @@
|
||||
;; If there is more than one, they won't work right.
|
||||
'(font-use-system-font t)
|
||||
'(magit-commit-arguments
|
||||
(quote
|
||||
("--signoff" "--gpg-sign=1EC4BE4FF2A6C9F4DDDF30F33C5F485DBD250D66")))
|
||||
'(magit-log-arguments (quote ("--graph" "--decorate" "--show-signature" "-n256")))
|
||||
'("--signoff" "--gpg-sign=1EC4BE4FF2A6C9F4DDDF30F33C5F485DBD250D66"))
|
||||
'(magit-log-arguments '("--graph" "--decorate" "--show-signature" "-n256"))
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(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)))
|
||||
'(magit-imerge async async-await magit-libgit major-mode-hydra cargo cargo-mode markdown-preview-mode markdown-toc package-utils json-reformat json-mode tramp yaml-mode smartparens ace-link ace-window avy ivy-rich all-the-icons counsel rustic rainbow-delimiters 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 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"))))
|
||||
'(php-mode-coding-style 'wordpress)
|
||||
'(safe-local-variable-values '((cmake-ide-dir . "build")))
|
||||
'(show-paren-mode t)
|
||||
'(tramp-verbose 6)
|
||||
'(visible-bell t))
|
||||
|
||||
(custom-set-faces
|
||||
|
||||
Reference in New Issue
Block a user