mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Change the Guile hooks file name from internal-hooks.scm to hooks.scm
This commit is contained in:
parent
f4735aa32e
commit
53dea9c89e
@ -52,7 +52,7 @@ init_guile(struct module *module)
|
||||
/* Remember the current module. */
|
||||
user_module = scm_current_module();
|
||||
|
||||
path = straconcat(elinks_home, "internal-hooks.scm", NULL);
|
||||
path = straconcat(elinks_home, "hooks.scm", NULL);
|
||||
if (!path) return;
|
||||
|
||||
if (file_can_read(path)) {
|
||||
|
Loading…
Reference in New Issue
Block a user