diff --git a/.doom.d/config.el b/.doom.d/config.el index 7560003..35a4556 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -6,8 +6,8 @@ ;; Some functionality uses this to identify you, e.g. GPG configuration, email ;; clients, file templates and snippets. -(setq user-full-name "John Doe" - user-mail-address "john@doe.com") +(setq user-full-name "Max Regan" + user-mail-address "mgregan2@gmail.com") ;; Doom exposes five (optional) variables for controlling fonts in Doom. Here ;; are the three important ones: diff --git a/.emacs b/.emacs deleted file mode 100644 index 7ca1ca6..0000000 --- a/.emacs +++ /dev/null @@ -1,7 +0,0 @@ -;; Load all of my config from the org file init.org - -(package-initialize) - -(require 'org) - -(org-babel-load-file (expand-file-name "init.org" user-emacs-directory)) diff --git a/.mgr_config/.bashrc b/.mgr_config/.bashrc index f4d9dd7..cda9411 100644 --- a/.mgr_config/.bashrc +++ b/.mgr_config/.bashrc @@ -73,13 +73,8 @@ prompt_function() { PS1="\$(prompt_function)" -if [[ -z "$INSIDE_EMACS" ]]; then - EMACS="emacsclient -a="" -c" - alias emacs="$EMACS" -else - EMACS="emacsclient" - alias emacs="$EMACS -n" -fi -export EDITOR="$EMACS" -export VISUAL="$EMACS" +export PATH=$PATH:$HOME/.emacs.d/bin/ + +export EDITOR="emacs" +export VISUAL="emacs"