summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-03-09 10:16:57 +0200
committerLars Wirzenius <liw@liw.fi>2024-03-09 10:16:57 +0200
commit9a243a73dfd19e118ad9b8601f345876dd806dea (patch)
treec05748cb0cf509e8268b455e88fc62fbbd20be1a
parent4143ad40d4f233842848d35e6c203973312252d7 (diff)
downloadliw-dot-files-9a243a73dfd19e118ad9b8601f345876dd806dea.tar.gz
emacs: drop editor-config
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--bashrc3
-rw-r--r--emacs.d/init.el4
2 files changed, 3 insertions, 4 deletions
diff --git a/bashrc b/bashrc
index 83936b9..c0fecfc 100644
--- a/bashrc
+++ b/bashrc
@@ -216,3 +216,6 @@ fi
if command -v pathdedup >/dev/null; then
PATH="$(pathdedup)"
fi
+
+# Added by Radicle.
+export PATH="$PATH:/home/liw/.radicle/bin"
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 4885662..5400784 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -166,9 +166,5 @@
(set-face-attribute 'flyspell-incorrect nil
:foreground "#ff0000")
-(use-package editorconfig
- :config
- (editorconfig-mode 1))
-
(provide 'init)