hook   556

« earlier    

pm-utils - ArchWiki
On my laptop I needed to create:

/etc/pm/config.d/modules
SUSPEND_MODULES="ehci_hcd xhci_hcd"
suspend  archlinux  SUSPEND_MODULES  ehci_hcd  xhci_hcd  ram  disk  suspend2disk  mkinitcpio  resume  hibernate  hibernation  upower  user  idle  inactivity  swap  hook  hooks  pm-suspend  pm-utils  archwiki  linux  howto  tutorial  guide  suspend-to-disk  suspend-to-ram  suspending  standby  power  management  sleep  buttons 
17 days ago by dza
tbaggery - Effortless Ctags with Git
How to automatically index source code files with ctags on repository checkouts using Git commit hooks.
git  hook  ctags  vim 
22 days ago by tow8ie
elisp - File extension hook in Emacs - Stack Overflow
example of a find-file hook in emacs, worked for me:

(defun bjb-puppet-switcher ()
(when (and (stringp buffer-file-name)
(string-match "\.pp\'" buffer-file-name))
(puppet-mode)))

(add-hook 'find-file-hook 'bjb-puppet-switcher)
emacs  puppet  mode  puppet-mode  find-file  hook  auto  open 
5 weeks ago by bjbishop
fnando/post_commit
Post commit allows you to notify several services with a simple and elegant DSL. Five services are supported for now: Basecamp, Campfire, FriendFeed, LightHouse and Twitter
post_commit  hook  webhook  gem  ruby  post  webservice  http  api 
7 weeks ago by rtopitt

« earlier    

Copy this bookmark:



description:


tags: