Skip to content

Commit

Permalink
DDSKK の設定を Customize にまとめた
Browse files Browse the repository at this point in the history
Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>
  • Loading branch information
uwabami committed Apr 25, 2024
1 parent ad49613 commit b8ef224
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 241 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: makefile -*-
EMACS ?= emacs
EL = early-init.el
EL += init-ddskk.el
# EL += init-ddskk.el
ifneq (,$(wildcard /etc/emacs/site-start.d/65wl-beta.el))
EL += init-wl.el
endif
Expand All @@ -19,7 +19,6 @@ init.el: README.org
echo ";; ln -sf ~/.cache/emacs/eln-cache . "; ln -sf ~/.cache/emacs/eln-cache . ;\
fi
@mkdir -p elpa
@mkdir -p el-get
@mkdir -p share
$(EMACS) --batch --eval \
"(progn \
Expand All @@ -34,10 +33,11 @@ clean:

distclean: clean
rm -fr elpa
rm -fr el-get
rm -f eln-cache

skk-jisyo:
mkdir -p ~/.cache/emacs/skk-jisyo
wget "https://github.com/skk-dev/dict/raw/master/SKK-JISYO.L" \
-O ~/.cache/emacs/skk-jisyo/SKK-JISYO.L
wget "https://raw.githubusercontent.com/uasi/skk-emoji-jisyo/master/SKK-JISYO.emoji.utf8" \
-O ~/.cache/emacs/skk-jisyo/SKK-JISYO.emoji.utf8
wget "https://raw.githubusercontent.com/ymrl/SKK-JISYO.emoji-ja/master/SKK-JISYO.emoji-ja.utf8" \
-O ~/.cache/emacs/skk-jisyo/SKK-JISYO.emoji-ja.utf8
Loading

0 comments on commit b8ef224

Please sign in to comment.