summaryrefslogtreecommitdiff
path: root/emacs.d/custom.el
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-10-18 17:06:30 +0300
committerLars Wirzenius <liw@liw.fi>2020-10-18 17:06:30 +0300
commitec74c7d76fd0ae133f1e297fb127f50d4033bc70 (patch)
tree9c82d38b4ad34bbcbd722684166b2b6c0e1612ee /emacs.d/custom.el
parente630bd51d1f8815a7721cc2bc2f2cbd985a10401 (diff)
downloadliw-dot-files-ec74c7d76fd0ae133f1e297fb127f50d4033bc70.tar.gz
emacs: install racer
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..fb42ac4 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
+ (company racer 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 python-mode modus-operandi-theme flycheck-rust flycheck-color-mode-line blacken))))
+(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.
+ )