瀏覽代碼

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))



Loading…
取消
儲存