From 9353a2934fe32ce092b66739eee454fed443743a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 17 Oct 2021 17:47:27 +0200 Subject: emacs: switched to Doom Emacs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 33bff25..f0c37e4 100644 --- a/.bashrc +++ b/.bashrc @@ -153,3 +153,6 @@ alias ipb="ip --color --brief" # Needed by Alacritty export XDG_CONFIG_HOME="$HOME/.config" + +# Add the binaries of Doom Emacs into my PATH. +export PATH=$PATH:$HOME/.emacs.d/bin -- cgit v1.2.3