瀏覽代碼

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


Loading…
取消
儲存