Compare commits

..

No commits in common. "4cd6280bf497969eb188ee761b7f91efb04eb728" and "d16363ffbab5dd8866a8510e943f0af0248b8ed3" have entirely different histories.

2 changed files with 3 additions and 10 deletions

View File

@ -1,3 +0,0 @@
# Updating
`M-x package-upgrade-all`

10
init.el
View File

@ -17,7 +17,6 @@
(require 'use-package-ensure)
(setq use-package-always-ensure t)
(use-package ansible)
(use-package bind-key)
(use-package dash)
(use-package drag-stuff)
@ -31,16 +30,13 @@
(use-package flycheck-pyflakes)
(use-package flycheck-rust)
(use-package flycheck-yamllint)
(use-package flymake-ansible-lint)
(use-package flymake-flycheck) ; using flymake backends with flycheck
(use-package flymd)
(use-package htmlize)
(use-package git)
(use-package git-commit)
(use-package go-mode)
(use-package groovy-mode)
(use-package htmlize)
(use-package idle-highlight-mode)
(use-package ini-mode)
(use-package kivy-mode)
(use-package magit)
(use-package markdown-mode)
@ -103,8 +99,8 @@
;; 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.
'(package-selected-packages nil)
'(warning-suppress-log-types '((comp))))
'(package-selected-packages
'(zig-mode yaml-mode yanshippet smex smartparens rust-mode puppet-mode projectile prodigy popwin php-mode nyan-mode multiple-cursors markdown-mode magit kivy-mode idle-highlight-mode groovy-mode go-mode git-commit git htmlize flymd flycheck-yamllint flycheck-rust flycheck-pyflakes flycheck f expand-region exec-path-from-shell editorconfig drag-stuff dash cmake-mode use-package)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.