Skip to content

Commit

Permalink
Fix default hooks config path to conform to XDG
Browse files Browse the repository at this point in the history
  • Loading branch information
milhnl authored and pazz committed Jan 31, 2024
1 parent 0ba39cc commit 7454b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alot/defaults/alot.rc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ edit_headers_blacklist = force_list(default=list(Content-Type,MIME-Version,Refer
flush_retry_timeout = integer(default=5)

# where to look up hooks
hooksfile = string(default='~/.config/alot/hooks.py')
hooksfile = string(default='$XDG_CONFIG_HOME/alot/hooks.py')

# time in secs to display status messages
notify_timeout = integer(default=2)
Expand Down

0 comments on commit 7454b4f

Please sign in to comment.