ソースを参照

delete unneeded memo

pull/1/head
10sr 12年前
コミット
76775ee928
1個のファイルの変更0行の追加3行の削除
  1. +0
    -3
      emacs.el

+ 0
- 3
emacs.el ファイルの表示

@@ -1,9 +1,6 @@
;; load another file
;; (load-file "~/filepath")

;; (thing-at-point 'word)
;; (define-generic-mode)

(unless (file-directory-p (expand-file-name "~/.emacs.d"))
(make-directory (expand-file-name "~/.emacs.d")))
(unless (file-directory-p (expand-file-name "~/.emacs.d/lisp"))


読み込み中…
キャンセル
保存