Skip to content

Commit

Permalink
bundle sdic
Browse files Browse the repository at this point in the history
  • Loading branch information
ncaq committed Sep 18, 2013
1 parent 2795435 commit 713f5cf
Show file tree
Hide file tree
Showing 28 changed files with 129,550 additions and 935 deletions.
4 changes: 1 addition & 3 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
(normal-top-level-add-subdirs-to-load-path))))

(my-add-load-path-subdir
'("/usr/local/share/emacs/site-lisp"
"~/.emacs.d/auto-install.d/"
"~/.cabal/share/"
'("~/.emacs.d/auto-install.d/"
"~/.emacs.d/package.d/"
"~/.emacs.d/universe.d/"))

Expand Down
Binary file modified init.elc
Binary file not shown.
2 changes: 1 addition & 1 deletion package.d/Emacs-D-Mode
Submodule Emacs-D-Mode updated from 46a9ad to 27e7c6
2 changes: 1 addition & 1 deletion package.d/ag.el
Submodule ag.el updated from d9207f to 26462b
2 changes: 1 addition & 1 deletion package.d/emacs-helm-ag
Submodule emacs-helm-ag updated from 87823c to f289dd
2 changes: 1 addition & 1 deletion package.d/git-modes
Submodule git-modes updated from 32c811 to 37538b
2 changes: 1 addition & 1 deletion package.d/helm
Submodule helm updated from 7707c6 to e62888
2 changes: 1 addition & 1 deletion package.d/recentf-purge-tramp
Submodule recentf-purge-tramp updated from e95d44 to 3c5c5a
2 changes: 1 addition & 1 deletion package.d/yasnippet
Submodule yasnippet updated from 78c52f to 3ec62a
4 changes: 2 additions & 2 deletions profile.d/60_sdic.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(require 'sdic)
;; 辞書ファイルの設定
(setq sdic-inline-eiwa-dictionary "/usr/local/share/dict/gene.sdic")
(setq sdic-inline-waei-dictionary "/usr/local/share/dict/jedict.sdic")
(setq sdic-inline-eiwa-dictionary "~/.emacs.d/universe.d/sdic/jedict.sdic")
(setq sdic-inline-waei-dictionary "~/.emacs.d/universe.d/sdic/eedict.sdic")
Binary file modified profile.d/60_sdic.elc
Binary file not shown.
Binary file modified profile.d/91_etc.elc
Binary file not shown.
Loading

0 comments on commit 713f5cf

Please sign in to comment.