Remove more old emacs cruft

This commit is contained in:
2022-03-21 23:09:03 -04:00
parent 847884ddaf
commit f20fb3071e
3 changed files with 6 additions and 18 deletions

View File

@@ -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:

7
.emacs
View File

@@ -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))

View File

@@ -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"