summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)