From 9a243a73dfd19e118ad9b8601f345876dd806dea Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 9 Mar 2024 10:16:57 +0200 Subject: emacs: drop editor-config Signed-off-by: Lars Wirzenius Sponsored-by: author --- bashrc | 3 +++ emacs.d/init.el | 4 ---- 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) -- cgit v1.2.1