[emacs] Don't die on map registration error
This commit is contained in:
parent
3e3bc2baba
commit
2ed5d59eae
1 changed files with 3 additions and 1 deletions
|
|
@ -212,7 +212,9 @@ Example:
|
|||
:confirm nil
|
||||
:include t))
|
||||
|
||||
(doty-tools-register-mappers)
|
||||
(condition-case nil
|
||||
(doty-tools-register-mappers)
|
||||
(error nil))
|
||||
|
||||
(provide 'doty-tools-buffer-map)
|
||||
;;; doty-tools-buffer-map.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue