Skip to content

nekomimist/blogsync-mode.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blogsync-mode.el

Example.

(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))))

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published