Pārlūkot izejas kodu

Remove old emacs custom handling

master
Mitch Tishmack pirms 10 gadiem
vecāks
revīzija
4c8f5d43f9
2 mainītis faili ar 0 papildinājumiem un 10 dzēšanām
  1. +0
    -7
      Makefile
  2. +0
    -3
      etangle

+ 0
- 7
Makefile Parādīt failu

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


+ 0
- 3
etangle Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt