Skip to content

Instantly share code, notes, and snippets.

@kdmsnr
Created August 22, 2018 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kdmsnr/54509e5bb7ee3f67c02458bca8145a61 to your computer and use it in GitHub Desktop.
Save kdmsnr/54509e5bb7ee3f67c02458bca8145a61 to your computer and use it in GitHub Desktop.
howmでハッシュタグをaction-lockにする
(defun my/action-lock-search-hashtag (hashtag)
(howm-search hashtag t))
(setq action-lock-default-rules
(cons (action-lock-general 'my/action-lock-search-hashtag "^#[^ #]+$" 0)
action-lock-default-rules))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment