(use-package blogsync-mode
:commands (blogsync-mode)
:bind*
(("C-c t" . helm-blogsync))
:init
(custom-set-variables
'(blogsync-command "~/src/go/bin/blogsync.exe")
'(blogsync-hatenablog-host "nekomimist.hatenablog.com"))
:config
(defun helm-blogsync ()
(interactive)
(helm-ag (expand-file-name blogsync-hatenablog-host
blogsync-rootdir))))
-
Notifications
You must be signed in to change notification settings - Fork 0
License
nekomimist/blogsync-mode.el
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published