feat(gs/emacs): Bring back org-clubhouse
Change-Id: Id89bd99740b7761c092a923912b07917b56f4d55 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2255 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
		
							parent
							
								
									a2c03cc78b
								
							
						
					
					
						commit
						e9e7ecfd59
					
				
					 1 changed files with 15 additions and 0 deletions
				
			
		|  | @ -269,6 +269,21 @@ | ||||||
| 
 | 
 | ||||||
| (setq doom-modeline-height 12) | (setq doom-modeline-height 12) | ||||||
| 
 | 
 | ||||||
|  | (load "/home/grfn/code/org-clubhouse/org-clubhouse.el") | ||||||
|  | (use-package! org-clubhouse | ||||||
|  |   :hook (org-mode . org-clubhouse-mode) | ||||||
|  |   :config | ||||||
|  |   (setq org-clubhouse-state-alist '(("BACKLOG" . "Unscheduled") | ||||||
|  |                                     ("TODO" . "Ready for Development") | ||||||
|  |                                     ("ACTIVE" . "In Development") | ||||||
|  |                                     ("PR" . "Ready for Review") | ||||||
|  |                                     ("DONE" . "Completed")) | ||||||
|  |         org-clubhouse-username "griffinsmith" | ||||||
|  |         org-clubhouse-claim-story-on-status-update '("ACTIVE" "PR" "DONE") | ||||||
|  |         org-clubhouse-create-stories-with-labels 'existing | ||||||
|  |         org-clubhouse-workflow-name "Engineering")) | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
| 
 | 
 | ||||||
| ;; Should really figure out which of these is correct, eventually | ;; Should really figure out which of these is correct, eventually | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue