From 4c8f5d43f99619e0c6652bebf48fc76309de964f Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Tue, 12 Apr 2016 11:29:08 -0500 Subject: [PATCH] Remove old emacs custom handling --- Makefile | 7 ------- etangle | 3 --- 2 files changed, 10 deletions(-) diff --git a/Makefile b/Makefile index a7483f7..2476a24 100644 --- a/Makefile +++ b/Makefile @@ -14,13 +14,6 @@ all: clean tangle-next tmp: install -dm755 $@ - $(MAKE) emacs - -#special target to handle emacs configuration -emacs: - install -dm755 tmp/.emacs.d - install -m400 init.el tmp/emacs.d/init.el - install -m400 emacs.org tmp/emacs.d/emacs.org $(NEXTGEN): install -dm755 $@ diff --git a/etangle b/etangle index dd3fce6..4e61976 100755 --- a/etangle +++ b/etangle @@ -1,9 +1,6 @@ ;;-*-mode: emacs-lisp; coding: utf-8;-*- ;; Copyright: 2016 Mitchell Tishmack ;; Tangle an org mode file with babel using emacs. -(let ((default-directory "~/.emacs.d")) - (normal-top-level-add-subdirs-to-load-path)) - (load-file (if (getenv "OPTIONS") (concat (concat "./" (getenv "OPTIONS")) ".el") "./options.el"))