ソースを参照

Overwrite bookmark when loading

master
10sr 5ヶ月前
コミット
b8a557ff7a
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      emacs.el

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

@@ -1420,7 +1420,7 @@ THEM are function and its args."
"Function for `bookmark-set-internal'.

ORIG-FUNC is the target function, and ARGS is the argument when it is called."
(bookmark-load bookmark-default-file)
(bookmark-load bookmark-default-file t)
(apply orig-func args)
(bookmark-save nil bookmark-default-file))



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