소스 검색

Fix Makefile setup-emacs target and also emacs.el

pull/15/head
10sr 8 년 전
부모
커밋
e87ae14a62
2개의 변경된 파일8개의 추가작업 그리고 5개의 파일을 삭제
  1. +4
    -1
      Makefile
  2. +4
    -4
      emacs.el

+ 4
- 1
Makefile 파일 보기

@@ -270,7 +270,10 @@ setup-darwin-daemon:
# -----------

setup-emacs: $(dotfiles_dir)/emacs.el
$(emacs) -q --debug-init --batch --load $< -f my-auto-install-package
$(emacs) -q --batch \
--eval "(setq user-emacs-directory \"$(home)/.emacs.d/\")" \
--load $< \
-f my-auto-install-package





+ 4
- 4
emacs.el 파일 보기

@@ -200,11 +200,11 @@ IF OK-IF-ALREADY-EXISTS is true force download."
gnuplot-mode
erlang
js2-mode
git-commit-mode
git-commit
gitignore-mode
;; ack
color-moccur
gtags
ggtags
flycheck
;; is flymake installs are required?
;;flymake-jshint
@@ -229,13 +229,13 @@ IF OK-IF-ALREADY-EXISTS is true force download."
;; 10sr repository
terminal-title
recentf-show
;;dired-list-all-mode
dired-list-all-mode
pack
set-modeline-color
read-only-only-mode
smart-revert
autosave
window-organizer
;;window-organizer
remember-major-modes-mode
ilookup
pasteboard


불러오는 중...
취소
저장