Ver código fonte

Overwrite bookmark when loading

master
10sr 5 meses atrás
pai
commit
b8a557ff7a
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Ver arquivo

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


ORIG-FUNC is the target function, and ARGS is the argument when it is called." 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) (apply orig-func args)
(bookmark-save nil bookmark-default-file)) (bookmark-save nil bookmark-default-file))




Carregando…
Cancelar
Salvar