summaryrefslogtreecommitdiff
path: root/emacs.d/custom.el
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-05-01 18:30:17 +0300
committerLars Wirzenius <liw@liw.fi>2020-05-01 18:30:17 +0300
commit3786324d3bf8c25e44245356e0ddd66a69303fd4 (patch)
tree2dadb6460e2e4de5067a0a746b2ce86343e5a002 /emacs.d/custom.el
parent81cf6e6f031b486091e9cbde04de642694231083 (diff)
downloadliw-dot-files-3786324d3bf8c25e44245356e0ddd66a69303fd4.tar.gz
Change: flycheck for on-the-fly syntax checking, and its rust config
Diffstat (limited to 'emacs.d/custom.el')
-rw-r--r--emacs.d/custom.el14
1 files changed, 14 insertions, 0 deletions
diff --git a/emacs.d/custom.el b/emacs.d/custom.el
index e69de29..f10d685 100644
--- a/emacs.d/custom.el
+++ b/emacs.d/custom.el
@@ -0,0 +1,14 @@
+(custom-set-variables
+ ;; custom-set-variables 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.
+ '(package-selected-packages
+ (quote
+ (flycheck-inline flycheck-pos-tip flycheck-color-mode-line yaml-mode tabbar session rust-mode pod-mode muttrc-mode mutt-alias markdown-mode magit initsplit htmlize graphviz-dot-mode go-mode folding eproject diminish debian-el csv-mode browse-kill-ring boxquote bm bar-cursor apache-mode use-package modus-operandi-theme flycheck))))
+(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.
+ )