Remove more old emacs cruft
This commit is contained in:
@@ -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
7
.emacs
@@ -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))
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user